forked from daren.hsu/line_push
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import type { PluginObj } from '@babel/core';
|
|
export declare function TransformImportMetaPlugin(_ctx: any, opts: {
|
|
filename?: string;
|
|
}): PluginObj<import("@babel/core").PluginPass>;
|