1.0.0 • Published 8 years ago
eval-evil v1.0.0
eviljs
Usage:
evil((() => {
    function test() {
        console.log('this function does a bunch of things');
    }
    test();
})());
evil(`
    function test() {
        console.log('this function does a bunch of other things');
    }
    test();
`
)1.0.0
8 years ago