Spaces:
Running
Running
File size: 316 Bytes
8219a27 | 1 2 3 4 5 6 7 8 9 10 11 | 'use strict';
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
exports.__esModule = true;
const plugin = require('./dist/plugin');
__export(plugin);
/** Compatibility with ts-patch/ttypescript */
exports.default = (program, options) => plugin.before(options, program);
|