UNPKG

cpt-waffle-lotide

Version:
5 lines (4 loc) 134 B
declare const findKeyByValue: (obj: { [key: string]: any; }, value: string) => string | undefined; export default findKeyByValue;