io-ts-bigint
Version:
io-ts library for bigints
13 lines • 405 B
TypeScript
/**
* @since 0.0.1
*/
import * as t from 'io-ts';
/**
* @since 0.0.1
*/
export declare const NonNegativeBigInt: t.UnionC<[t.BrandC<t.BigIntC, import("./ZeroBigInt").ZeroBigIntBrand>, t.BrandC<t.BigIntC, import("./PositiveBigInt").PositiveBigIntBrand>]>;
/**
* @since 0.0.1
*/
export declare type NonNegativeBigInt = t.TypeOf<typeof NonNegativeBigInt>;
//# sourceMappingURL=NonNegativeBigInt.d.ts.map