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