UNPKG

vike

Version:

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

3 lines (2 loc) • 148 B
export { freezePartial }; declare function freezePartial(obj: Record<string, unknown>, allowList: Record<string, (val: unknown) => boolean>): void;