UNPKG

@thi.ng/arrays

Version:

Array / Arraylike utilities

4 lines 186 B
import type { Fn3, TypedArray } from "@thi.ng/api"; export type AnyArray = any[] | TypedArray; export type SwapFn = Fn3<AnyArray, number, number, void>; //# sourceMappingURL=api.d.ts.map