eval-evil

1.0.0 • Public • Published

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();
`
)

Readme

Keywords

Package Sidebar

Install

npm i eval-evil

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • atvilelas