mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 19:49:29 +08:00
4 lines
187 B
Text
4 lines
187 B
Text
import type { PluginObj } from '@babel/core';
|
|
export declare function TransformImportMetaPlugin(_ctx: any, opts: {
|
|
filename?: string;
|
|
}): PluginObj<import("@babel/core").PluginPass>;
|