UNPKG

@jsonhero/json-infer-types

Version:
5 lines (4 loc) 184 B
import { JSONValueType } from "./@types"; export { JSONValueType }; export { JSONStringFormat } from "./formats"; export declare function inferType(value: unknown): JSONValueType;