astro-ghostcms/.pnpm-store/v3/files/54/200e96371f5df9cd52ff5618e40...

4 lines
216 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ModuleInfo } from '../core/module-loader/index.js';
import type { PluginMetadata } from './types.js';
export declare function getAstroMetadata(modInfo: ModuleInfo): PluginMetadata['astro'] | undefined;