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