UNPKG

@typed/io

Version:

Runtime IO type system

5 lines (3 loc) 136 B
import * as G from '../guard' import { Decoder } from './Decoder' export const Date: Decoder<Date> = Decoder.fromGuard(G.Date, `Date`)