import-conductor
Version:
Automatically organize your Typescript import statements
9 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getLockFileVersion = void 0;
function getLockFileVersion(packageLockContent) {
var _a;
return (_a = packageLockContent === null || packageLockContent === void 0 ? void 0 : packageLockContent.lockfileVersion) !== null && _a !== void 0 ? _a : -1;
}
exports.getLockFileVersion = getLockFileVersion;
//# sourceMappingURL=get-lock-file-version.js.map