diff options
Diffstat (limited to 'node_modules/v8-to-istanbul/index.js')
-rw-r--r-- | node_modules/v8-to-istanbul/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/v8-to-istanbul/index.js b/node_modules/v8-to-istanbul/index.js new file mode 100644 index 0000000..4db27a7 --- /dev/null +++ b/node_modules/v8-to-istanbul/index.js @@ -0,0 +1,5 @@ +const V8ToIstanbul = require('./lib/v8-to-istanbul') + +module.exports = function (path, wrapperLength, sources, excludePath) { + return new V8ToIstanbul(path, wrapperLength, sources, excludePath) +} |