qsu
Version:
qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.
14 lines (13 loc) • 618 B
TypeScript
export { arrCount } from './arrCount.js';
export { arrGroupByMaxCount } from './arrGroupByMaxCount.js';
export { arrMove } from './arrMove.js';
export { arrPick } from './arrPick.js';
export { arrRepeat } from './arrRepeat.js';
export { arrShuffle } from './arrShuffle.js';
export { arrTo1dArray } from './arrTo1dArray.js';
export { arrUnique } from './arrUnique.js';
export { arrWithDefault } from './arrWithDefault.js';
export { arrWithNumber } from './arrWithNumber.js';
export { average } from './average.js';
export { sortByObjectKey } from './sortByObjectKey.js';
export { sortNumeric } from './sortNumeric.js';