UNPKG

187 BTypeScriptView Raw
1import type { PluginObj } from '@babel/core';
2export declare function TransformImportMetaPlugin(_ctx: any, opts: {
3 filename?: string;
4}): PluginObj<import("@babel/core").PluginPass>;