UNPKG

@typed/io

Version:

Runtime IO type system

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