/** * Types for creating "options" function argument types. * * @note For creating options types to use in generic type parameter vectors, * see the module {@link \@sorrell/utilities/generic/option} in the {@link Generic} module. * * @module @sorrell/utilities/option */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./Option.Types.mjs"; //# sourceMappingURL=index.d.mts.map