UNPKG
cpt-waffle-lotide
Version:
latest (1.0.0)
1.0.0
LoTide in Typescript
github.com/vasiliy-klimkin/lotide-ts
vasiliy-klimkin/lotide-ts
cpt-waffle-lotide
/
src
/
findKey.d.ts
5 lines
(4 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
declare
const
findKey
:
(
obj
: { [key:
string
]:
any
; },
cb
: (arg:
any
) =>
any
) =>
string
|
undefined
;
export
default
findKey;