UNPKG

@jsonhero/json-infer-types

Version:
7 lines (6 loc) 237 B
export declare type JSONDateTimeFormat = { name: "datetime"; parts: "datetime" | "date" | "time"; variant: "rfc2822" | "rfc3339"; }; export declare function inferDatetime(value: string): JSONDateTimeFormat | undefined;