Files
huishou/node_modules/licia/shellSort.d.ts
T
2026-07-27 13:37:48 +08:00

6 lines
123 B
TypeScript

import types = require('./types');
declare function shellSort(arr: any[], cmp?: types.AnyFn): any[];
export = shellSort;