UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

3 lines (2 loc) • 142 B
export declare function checkType<Type>(_: Type): void; export declare function castType<Cast, Type = {}>(_: Type): asserts _ is Type & Cast;