UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 203 B
import { Guard, TypeOf } from './Guard'; export declare const Null: Guard<null>; export declare const nullable: <A extends Guard<any>>(g: A) => Guard<TypeOf<A> | null>; //# sourceMappingURL=Null.d.ts.map