node-ff
Version:
A CLI for creating NodeJs projects
6 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextHandling = void 0;
const TextHandling_1 = require("./TextHandling");
Object.defineProperty(exports, "TextHandling", { enumerable: true, get: function () { return TextHandling_1.TextHandling; } });
//# sourceMappingURL=index.js.map