DEV Community

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

Collapse
 
mrrightp profile image
Right possible

can it be use with normal javascript???

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.