Files
zyt/TongjiUniApp/node_modules/licia/findKey.d.ts
T
2026-08-11 17:41:36 +08:00

10 lines
160 B
TypeScript

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