UNPKG

@rxap/schematics-ts-morph

Version:

This package provides utilities for manipulating TypeScript code using ts-morph, particularly for Angular and NestJS projects. It offers functions to add, coerce, and modify code elements like classes, methods, decorators, and imports. The package also in

7 lines 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const devkit_1 = require("@nx/devkit"); const generator_1 = require("./generator"); const schematic = (0, devkit_1.convertNxGenerator)(generator_1.default); exports.default = schematic; //# sourceMappingURL=index.js.map