API Reference / @evolu/common / Type / BigIntFromString

Variable: BigIntFromString

const BigIntFromString: TransformType<Type<"String", string, string, StringError, string, StringError>, Type<"BigInt", bigint, bigint, BigIntError, bigint, BigIntError>, BigIntFromStringError>;

Defined in: packages/common/src/Type.ts:3308

Was this page helpful?