UNPKG

vike

Version:

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

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;