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 363 B
"use strict"; var _a, _b; Object.defineProperty(exports, "__esModule", { value: true }); const util_1 = require("util"); (_a = global.TextEncoder) !== null && _a !== void 0 ? _a : (global.TextEncoder = util_1.TextEncoder); (_b = global.TextDecoder) !== null && _b !== void 0 ? _b : (global.TextDecoder = util_1.TextDecoder); //# sourceMappingURL=test-setup.js.map