UNPKG

176 BTypeScriptView Raw
1export declare type JSONUUIDFormat = {
2 name: "uuid";
3 variant: "v1" | "v4" | "v5";
4};
5export declare function inferUuid(value: string): JSONUUIDFormat | undefined;