1 | ;
|
2 | Object.defineProperty(exports, '__esModule', { value: true });
|
3 | const tslib_1 = require('tslib');
|
4 | const plugin = require('./dist/plugin');
|
5 | (0, tslib_1.__exportStar)(plugin, exports);
|
6 |
|
7 | /** Compatibility with ts-patch/ttypescript */
|
8 | exports.default = (program, options) => plugin.before(options, program);
|