/** * Type utilities for defining and working with generic types. * * @module @sorrell/utilities/higher-kind * @experimental */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./HigherKind.Types.cjs"; //# sourceMappingURL=index.d.cts.map