6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
/**
|
|
* Copyright © 2024 650 Industries.
|
|
*/
|
|
import type { PluginObj, ConfigAPI } from '@babel/core';
|
|
export declare function detectDynamicExports(api: ConfigAPI & typeof import('@babel/core')): PluginObj;
|