This package was created for avoid to use "eval" in javascript when you need to convert function string to in-memory function.
Use example:
var stringToFunction = ;var sum = ;var result = ;// result === 2
This package was created for avoid to use "eval" in javascript when you need to convert function string to in-memory function.
Use example:
var stringToFunction = ;var sum = ;var result = ;// result === 2
npm i string-to-function
1
1.0.2
ISC