4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
![]() |
import type { ModuleInfo } from '../core/module-loader';
|
||
|
import type { PluginMetadata } from './types';
|
||
|
export declare function getAstroMetadata(modInfo: ModuleInfo): PluginMetadata['astro'] | undefined;
|