/** * Utilities for working with {@link Iterable} container types. * * @module @sorrell/utilities/container * @experimental */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export type { IterableContainer as Iterable } from "./Container.Meta.Types.ts"; export * from "./Container.Types.ts"; //# sourceMappingURL=index.d.ts.map