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