flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
9
BACK_BACK/node_modules/stable/index.d.ts
generated
vendored
Executable file
9
BACK_BACK/node_modules/stable/index.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
export as namespace stable;
|
||||
export = stable;
|
||||
|
||||
type Comparator<T> = ((a : T, b : T)=>boolean) | ((a: T, b : T)=>number);
|
||||
|
||||
declare function stable<T>(array : T[], comparator? : Comparator<T>) : T[];
|
||||
declare namespace stable {
|
||||
export function inplace<T>(array: T[], comparator? : Comparator<T>) : T[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue