UNPKG

cpt-waffle-lotide

Version:
5 lines (4 loc) 128 B
declare const findKey: (obj: { [key: string]: any; }, cb: (arg: any) => any) => string | undefined; export default findKey;