UNPKG

@typed/io

Version:

Runtime IO type system

5 lines (3 loc) 112 B
import * as G from '../guard' import { Type } from './Type' export const Date = Type.fromGuard(G.Date, `Date`)