EASYAIuniappNewUI/node_modules/licia/findKey.d.ts
2025-02-08 18:50:38 +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;