UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 240 B
import type { ActionClient } from './server.js'; export * from 'virtual:astro:actions/runtime'; export declare function getActionPath(action: ActionClient<any, any, any>): string; export declare const actions: Record<string | symbol, any>;