UNPKG

@farmfe/plugin-strip

Version:

🍣 A Farm rust plugin to remove `debugger` statements and functions like `assert.equal` and `console.log` from your code.

4 lines (3 loc) 153 B
import type { IPluginOptions } from '../options'; declare const binPath: (options?: IPluginOptions) => [string, IPluginOptions]; export default binPath;