UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 148 B
import { Uuid as UUID } from '@typed/uuid'; import { Type } from './Type'; export declare const Uuid: Type<UUID>; //# sourceMappingURL=Uuid.d.ts.map