@edgeone/astro
Version:
Astro adapter for EdgeOne Pages
12 lines • 364 B
TypeScript
/**
* EdgeOne Astro Adapter
*
* Adapter to deploy Astro projects to EdgeOne Pages
*/
import type { AstroIntegration } from 'astro';
import type { EdgeOneAdapterOptions } from './lib/types.js';
/**
* EdgeOne adapter main function
*/
export default function edgeoneAdapter(options?: EdgeOneAdapterOptions): AstroIntegration;
//# sourceMappingURL=index.d.ts.map