/** * Utilities for creating and working with arrays, including a custom {@link TArray | TArray type}. * * @note This module will likely be deprecated; the * {@link https://effect-ts.github.io/effect/effect/Array.ts.html | effect Array module} is * recommended instead. * * @module @sorrell/utilities/array * @experimental */ export * from "./Array.ts"; export * from "./Array.Types.ts"; //# sourceMappingURL=index.d.ts.map