UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 146 B
import * as G from '../guard'; import { Type } from './Type'; export const Date = Type.fromGuard(G.Date, `Date`); //# sourceMappingURL=Date.js.map