UNPKG

oberknecht-utils

Version:
2 lines (1 loc) 152 B
export declare function deleteKeyFromObject(object: Record<string, any>, keys: string | string[], throwErr?: boolean): Record<string, any> | undefined;