Function bigintFromString

      • This combinator transforms a string into a bigint by parsing the string using the BigInt function.

        It returns an error if the value can't be converted (for example when non-numeric characters are provided).

        Type Parameters

        • I

        • A extends string

        Parameters

        • self: Schema<I, A>

          The schema representing the input string

        Returns Schema<I, bigint>

        Since

        1.0.0