UNPKG

vike

Version:

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

2 lines (1 loc) • 151 B
export declare function objectFilter<T, U extends T>(obj: Record<string, T>, filter: (entry: [string, T]) => entry is [string, U]): Record<string, U>;