UNPKG

@typed/io

Version:

Runtime IO type system

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