Package: effect
Module: Schema
This schema 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).
Signature
declare const BigInt: typeof BigInt$
Since v3.10.0