更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare function findIdx<T>(
|
||||
arr: T[],
|
||||
predicate: (val: T, idx: number, arr: T[]) => boolean
|
||||
): number;
|
||||
|
||||
export = findIdx;
|
||||
Reference in New Issue
Block a user