UNPKG

babel-plugin-transform-remove-imports

Version:

Remove the specified import declaration when you use the babel transform to build the package.

7 lines (6 loc) 164 B
interface Options { remove?: 'effects'; removeAll?: boolean; test?: string | RegExp; } export default function _default(code: string, options: Options): any;