UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

10 lines 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PnpmError extends Error { constructor(code, message) { super(message); this.code = code; } } exports.PnpmError = PnpmError; //# sourceMappingURL=errorTypes.js.map