UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

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