UNPKG

ndc-suez

Version:

Generate standard ndc UI

14 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ndcAdd = void 0; // import { strings } from '@angular-devkit/core'; // import * as XLSX from 'xlsx'; // You don't have to export the function as default. You can also have more than one rule factory // per file. function ndcAdd(_options) { return (tree, _context) => { return tree; }; } exports.ndcAdd = ndcAdd; //# sourceMappingURL=index.js.map