UNPKG

io-ts-types

Version:

A collection of codecs and combinators for use with io-ts

7 lines (6 loc) 182 B
import { fromRefinement } from './fromRefinement'; var isDate = function (u) { return u instanceof Date; }; /** * @since 0.5.0 */ export var date = fromRefinement('Date', isDate);