UNPKG

vike

Version:

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

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