/** * Utilities for working with tuple types. * * @module @sorrell/utilities/tuple */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./Tuple.Types.ts"; //# sourceMappingURL=index.d.ts.map