UNPKG

@scalar/openapi-parser

Version:

modern OpenAPI parser written in TypeScript

13 lines (12 loc) 166 B
function isJson(value) { try { JSON.parse(value); return true; } catch { return false; } } export { isJson }; //# sourceMappingURL=is-json.js.map