UNPKG

oberknecht-utils

Version:
2 lines (1 loc) 140 B
export declare function filterByKeys(object: Record<string, any>, allowedKeys?: string | string[], disallowedKeys?: string | string[]): {};