UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

11 lines 165 B
function jsonParse(value) { try { return JSON.parse(value); } catch { return void 0; } } export { jsonParse }; //# sourceMappingURL=jsonParse.mjs.map