UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 221 B
import * as G from '../guard'; import { Type } from './Type'; // tslint:disable-next-line:variable-name export const Undefined = Type.fromGuard(G.Undefined, `Undefined`, `undefined`); //# sourceMappingURL=Undefined.js.map