6 lines
183 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
import type { H3Event } from 'h3';
export declare const isPreview: (event: H3Event) => boolean;
export declare const getPreview: (event: H3Event) => {
key: string | undefined;
};