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:3377

Was this page helpful?