xuxiaobo-bobo 92d87fb6b7 '0216'
2023-02-16 23:35:17 +08:00

4 lines
159 B
JavaScript

if (parseInt(process.versions.node.split('.')[0]) < 6) throw new Error('vm2 requires Node.js version 6 or newer.');
module.exports = require('vm2/lib/main');