UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 251 B
import * as G from '../guard'; import { Type } from './Type'; export declare const Null: Type<null>; export declare const nullable: <A extends Type<any, any>>(type: A) => Type<G.TypeOf<A> | null, G.TypeOf<A> | null>; //# sourceMappingURL=Null.d.ts.map