babel-plugin-undebug
Version:
Babel plugin to remove `debug` from code
12 lines • 295 B
TypeScript
/**
* @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