io-ts-bigint
Version:
io-ts library for bigints
8 lines • 349 B
TypeScript
/**
* @since 0.0.1
*/
/**
* @since 0.0.1
*/
export declare const NonZeroBigIntFromString: import("io-ts").Type<import("io-ts").Branded<bigint, import("./NegativeBigInt").NegativeBigIntBrand> | import("io-ts").Branded<bigint, import("./PositiveBigInt").PositiveBigIntBrand>, string, unknown>;
//# sourceMappingURL=NonZeroBigIntFromString.d.ts.map