/var/www/flurhymez/node_modules/stable
NameSizeModeActions
index.d.ts3050644editdlrm
package.json23090644editdlrm
README.md27630644editdlrm
stable.js29940644editdlrm
stable.min.js8600644editdlrm
Edit: /var/www/flurhymez/node_modules/stable/index.d.ts (305B)
export as namespace stable; export = stable; type Comparator = ((a : T, b : T)=>boolean) | ((a: T, b : T)=>number); declare function stable(array : T[], comparator? : Comparator) : T[]; declare namespace stable { export function inplace(array: T[], comparator? : Comparator) : T[]; }