This commit is contained in:
9
node_modules/licia/findKey.d.ts
generated
vendored
Normal file
9
node_modules/licia/findKey.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function findKey(
|
||||
obj: any,
|
||||
predicate: types.AnyFn,
|
||||
ctx?: any
|
||||
): string | void;
|
||||
|
||||
export = findKey;
|
||||
Reference in New Issue
Block a user