This commit is contained in:
9
node_modules/licia/binarySearch.d.ts
generated
vendored
Normal file
9
node_modules/licia/binarySearch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function binarySearch(
|
||||
array: any[],
|
||||
val: any,
|
||||
cmp?: types.AnyFn
|
||||
): number;
|
||||
|
||||
export = binarySearch;
|
||||
Reference in New Issue
Block a user