persona-community-5/.pnpm-store/v3/files/52/8d8378d4ec2dfb31909b7c3c5a500bc43675c34cba48052daf75ddb00734a4cb0da6a8b7b82fe3f08b5eb907886c588207c2389e6b7f59878188b4e8ed7541
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
269 B
Plaintext

/**
* Forked from https://github.com/iendeavor/import-meta-env/tree/main/packages/babel 0.4.2 (MIT License - Copyright (c) 2021 Ernest)
*/
import type { PluginObj } from "@babel/core";
export declare function importMetaEnvPlugin({ template, types }: any): PluginObj;