UNPKG

296 BSource Map (JSON)View Raw
1{"version":3,"file":"json.js","sourceRoot":"","sources":["../src/json.ts"],"names":[],"mappings":"","sourcesContent":["export type Json = boolean | number | string | JsonObject | JsonArray | null;\n\nexport interface JsonObject {\n [key: string]: Json;\n}\n\nexport type JsonArray = Json[];\n"]}
\No newline at end of file