DEV Community

Discussion on: I made 10x faster JSON.stringify() functions, even type safe

Collapse
 
samchon profile image
Jeongho Nam

Not possible in pure JavaScript. However, detour way like building reusable functions in TypeScript and importing them in JavaScript is possible.