UNPKG

babel-plugin-undebug

Version:
12 lines 295 B
/** * @import {PluginObj} from '@babel/core' * @import {Expression} from '@babel/types' */ /** * Plugin to remove `debug` from code. * * @returns {PluginObj} */ export default function undebug(): PluginObj; import type { PluginObj } from '@babel/core'; //# sourceMappingURL=index.d.ts.map