vending-machine/mobile/node_modules/licia/findKey.d.ts
2026-04-03 06:07:13 +08:00

10 lines
155 B
TypeScript

import types = require('./types');
declare function findKey(
obj: any,
predicate: types.AnyFn,
ctx?: any
): string | void;
export = findKey;