4 lines
187 B
TypeScript
Executable file
4 lines
187 B
TypeScript
Executable file
import type { PluginObj } from "@babel/core";
|
|
export declare function TransformImportMetaPlugin(_ctx: any, opts: {
|
|
filename?: string;
|
|
}): PluginObj<import("@babel/core").PluginPass>;
|