UNPKG

@typed/io

Version:

Runtime IO type system

6 lines (4 loc) 179 B
import { Uuid as UUID } from '@typed/uuid' import * as G from '../guard' import { Decoder } from './Decoder' export const Uuid: Decoder<UUID> = Decoder.fromGuard(G.Uuid, `Uuid`)