@pnpm/catalogs.protocol-parser
Version:
Parse catalog protocol specifiers and return the catalog name.
6 lines • 365 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseCatalogProtocol = void 0;
var parseCatalogProtocol_1 = require("./parseCatalogProtocol");
Object.defineProperty(exports, "parseCatalogProtocol", { enumerable: true, get: function () { return parseCatalogProtocol_1.parseCatalogProtocol; } });
//# sourceMappingURL=index.js.map
;