智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/3f/3f0fc8856cd28243ff3ac1301ea...

9 lines
155 B

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