UNPKG

unplugin-info

Version:

Export build information as virutal module

9 lines 237 B
import { t as Options } from "./types-D06-cUms.cjs"; //#region src/astro.d.ts declare const _default: (options?: Options) => { name: string; hooks: { 'astro:config:setup': (astro: any) => Promise<void>; }; }; export = _default;