UNPKG

@typed/io

Version:

Runtime IO type system

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