node-eval icon indicating copy to clipboard operation
node-eval copied to clipboard

Import not working?

Open MickL opened this issue 5 years ago • 0 comments

I tried to use an import statement instead of the require:

import * as _eval from 'eval';

But when using the module I get the error message _eval is not a function.

MickL avatar Dec 03 '19 11:12 MickL