/** * Utilities for working with type definitions in TypeScript modules. * * @note The functions provided by this module require the `typescript` peer dependency. * * @module @sorrell/utilities/type */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./Test.mjs"; export * from "./Test.Types.mjs"; export * from "./Utility.Types.mjs"; //# sourceMappingURL=index.d.mts.map