4 lines
89 B
TypeScript
4 lines
89 B
TypeScript
declare function idxOf(arr: any[], val: any, fromIdx?: number): number;
|
|
|
|
export = idxOf;
|