@thi.ng/arrays
Version:
Array / Arraylike utilities
33 lines (32 loc) • 1 kB
JavaScript
export * from "./api.js";
export * from "./argmin.js";
export * from "./arg-sort.js";
export * from "./binary-search.js";
export * from "./bisect.js";
export * from "./blit.js";
export * from "./ends-with.js";
export * from "./ensure-array.js";
export * from "./ensure-iterable.js";
export * from "./fill-range.js";
export * from "./filter-all.js";
export * from "./find.js";
export * from "./find-sequence.js";
export * from "./floyd-rivest.js";
export * from "./fuzzy-match.js";
export * from "./is-sorted.js";
export * from "./insert.js";
export * from "./into.js";
export * from "./iterator.js";
export * from "./levenshtein.js";
export * from "./lookup.js";
export * from "./peek.js";
export * from "./permutation.js";
export * from "./quicksort.js";
export * from "./rotate.js";
export * from "./shuffle.js";
export * from "./sort-cached.js";
export * from "./starts-with.js";
export * from "./swap.js";
export * from "./swizzle.js";
export * from "./threshold.js";
export * from "./topo-sort.js";