UNPKG

71 BPlain TextView Raw
1export const fromJson = <T>(content: string): T => JSON.parse(content);
\No newline at end of file