UNPKG

io-ts-bigint

Version:
13 lines 397 B
/** * @since 0.0.1 */ import * as t from 'io-ts'; /** * @since 0.0.1 */ export declare const NonZeroBigInt: t.UnionC<[t.BrandC<t.BigIntC, import("./NegativeBigInt").NegativeBigIntBrand>, t.BrandC<t.BigIntC, import("./PositiveBigInt").PositiveBigIntBrand>]>; /** * @since 0.0.1 */ export declare type NonZeroBigInt = t.TypeOf<typeof NonZeroBigInt>; //# sourceMappingURL=NonZeroBigInt.d.ts.map