import type { Fn3, TypedArray } from "@thi.ng/api"; export type AnyArray = any[] | TypedArray; export type SwapFn = Fn3; //# sourceMappingURL=api.d.ts.map