UNPKG

beautiful-react-hooks

Version:

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

3 lines (2 loc) 100 B
declare const safelyParseJson: <T = any>(parseString: string) => T; export default safelyParseJson;