UNPKG

@o3r/artifactory-tools

Version:
12 lines 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ngAdd = ngAdd; const schematics_1 = require("@angular-devkit/schematics"); /** * Add Otter artifactory-tools to an Angular Project */ function ngAdd() { /* ng add rules */ return (0, schematics_1.noop)(); } //# sourceMappingURL=index.js.map