UNPKG

@rxap/ts-morph

Version:

Provides utilities for manipulating TypeScript code using the ts-morph library. It offers a fluent API to add, modify, and remove code elements such as classes, decorators, imports, and properties in both Angular and NestJS projects. This package simplifi

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