UNPKG

snyk-nodejs-lockfile-parser

Version:
7 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getRuntimeVersion() { return parseInt(process.version.slice(1).split('.')[0], 10); } exports.default = getRuntimeVersion; //# sourceMappingURL=get-node-runtime-version.js.map