astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
11 lines (10 loc) • 469 B
TypeScript
export * as z from 'zod/v4';
export { defineLiveCollection } from '../content/config.js';
export declare const getCollection: () => never;
export declare const render: () => never;
export declare const getEntry: () => never;
export declare const getEntries: () => never;
export declare const reference: () => never;
export declare const getLiveCollection: () => never;
export declare const getLiveEntry: () => never;
export declare const defineCollection: () => never;