API reference › @evolu/common › Type › BigInt
const BigInt: base("BigInt", (value) =>
typeof value === "bigint"
? ok(value)
: err<BigIntError>({ type: "BigInt", value }),
);
Defined in: packages/common/src/Type.ts:771
API reference › @evolu/common › Type › BigInt
const BigInt: base("BigInt", (value) =>
typeof value === "bigint"
? ok(value)
: err<BigIntError>({ type: "BigInt", value }),
);
Defined in: packages/common/src/Type.ts:771