UNPKG

@typed/io

Version:

Runtime IO type system

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