UNPKG

@typed/io

Version:

Runtime IO type system

6 lines (4 loc) 199 B
import * as G from '../guard' import { Type } from './Type' // tslint:disable-next-line:variable-name export const Undefined: Type<undefined> = Type.fromGuard(G.Undefined, `Undefined`, `undefined`)