UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 176 B
export declare type JSONUUIDFormat = { name: "uuid"; variant: "v1" | "v4" | "v5"; }; export declare function inferUuid(value: string): JSONUUIDFormat | undefined;