/** * Type utilities for defining and working with generic types. * * @module @sorrell/utilities/generic */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * as Option from "./Option/index.mjs"; //# sourceMappingURL=index.d.mts.map