@spartacus/cart
Version:
`@spartacus/cart` is a package that you can include in your application, which allows you to use various cart features.
9 lines • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.addSpartacusLibrary = void 0;
const schematics_1 = require("@spartacus/schematics");
function addSpartacusLibrary(taskOptions) {
return schematics_1.runExternalSpartacusLibrary(taskOptions);
}
exports.addSpartacusLibrary = addSpartacusLibrary;
//# sourceMappingURL=index.js.map