UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 196 B
import { isUuid } from '@typed/uuid'; import { refinement } from './refinement'; import { String } from './String'; export const Uuid = refinement(String, isUuid); //# sourceMappingURL=Uuid.js.map