UNPKG

vike

Version:

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

4 lines (3 loc) 180 B
export { augmentType }; /** Help TypeScript augment the type of objects. */ declare function augmentType<Thing, Clone>(thing: Thing, clone: Clone): asserts thing is Thing & Clone;