This commit is contained in:
9
node_modules/licia/mapObj.d.ts
generated
vendored
Normal file
9
node_modules/licia/mapObj.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function mapObj<T, TResult>(
|
||||
object: types.Dictionary<T>,
|
||||
iterator: types.ObjectIterator<T, TResult>,
|
||||
context?: any
|
||||
): types.Dictionary<TResult>;
|
||||
|
||||
export = mapObj;
|
||||
Reference in New Issue
Block a user