Files
Fluxup_PAP/node_modules/babel-preset-expo/build/environment-restricted-imports.d.ts
2026-03-10 16:18:05 +00:00

7 lines
375 B
TypeScript

/**
* Copyright © 2024 650 Industries.
*/
import type { ConfigAPI, PluginObj } from '@babel/core';
/** Prevent importing certain known imports in given environments. This is for sanity to ensure a module never accidentally gets imported unexpectedly. */
export declare function environmentRestrictedImportsPlugin(api: ConfigAPI & typeof import('@babel/core')): PluginObj;