UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 177 B
export declare type JSONJSONFormat = { name: "json"; variant: "ecma262" | "json5"; }; export declare function inferJson(value: string): JSONJSONFormat | undefined;