UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

10 lines 194 B
export function parseJson(str) { try { return JSON.parse(str); } catch (err) { console.error(err); return null; } } //# sourceMappingURL=parse-json.js.map