UNPKG

177 BTypeScriptView Raw
1export declare type JSONJSONFormat = {
2 name: "json";
3 variant: "ecma262" | "json5";
4};
5export declare function inferJson(value: string): JSONJSONFormat | undefined;