UNPKG

637 BTypeScriptView Raw
1/**
2 * @copyright 2018-2019, Miles Johnson
3 * @license https://opensource.org/licenses/MIT
4 */
5import { types as t } from '@babel/core';
6import { Path, PluginOptions } from './types';
7declare const _default: (api: any, options: PluginOptions, root: string) => {
8 inherits: any;
9 manipulateOptions(opts: any, parserOptions: any): void;
10 post(): void;
11 pre(): void;
12 visitor: {
13 Program: {
14 enter(programPath: Path<t.Program>, { filename }: any): void;
15 exit(path: Path<t.Program>, { filename }: any): void;
16 };
17 };
18};
19export default _default;
20//# sourceMappingURL=index.d.ts.map
\No newline at end of file