UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 162 B
import { Guard } from './Guard'; export declare const Undefined: Guard<undefined>; export declare const Void: Guard<void>; //# sourceMappingURL=Undefined.d.ts.map