UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 142 B
import { Guard } from './Guard'; import { isDate } from '@typed/logic'; export const Date = Guard.is(isDate); //# sourceMappingURL=Date.js.map