UNPKG

vike

Version:

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

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>;