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 NonPositiveBigInt: t.UnionC<[t.BrandC<t.BigIntC, import("./NegativeBigInt").NegativeBigIntBrand>, t.BrandC<t.BigIntC, import("./ZeroBigInt").ZeroBigIntBrand>]>;
/**
* @since 0.0.1
*/
export declare type NonPositiveBigInt = t.TypeOf<typeof NonPositiveBigInt>;
//# sourceMappingURL=NonPositiveBigInt.d.ts.map