io-ts-bigint
Version:
io-ts library for bigints
19 lines • 374 B
TypeScript
/**
* @since 0.0.1
*/
import * as t from 'io-ts';
/**
* @since 0.0.1
*/
export interface ZeroBigIntBrand {
readonly ZeroBigInt: unique symbol;
}
/**
* @since 0.0.1
*/
export declare const ZeroBigInt: t.BrandC<t.BigIntC, ZeroBigIntBrand>;
/**
* @since 0.0.1
*/
export declare type ZeroBigInt = t.TypeOf<typeof ZeroBigInt>;
//# sourceMappingURL=ZeroBigInt.d.ts.map