UNPKG

oberknecht-utils

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