UNPKG

astro

Version:

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

3 lines (2 loc) 178 B
/** Throws error for invalid parameter in getStaticPaths() response */ export declare function validateGetStaticPathsParameter([key, value]: [string, any], route: string): void;