/** * 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.cjs"; export * from "./Test.Types.cjs"; export * from "./Utility.Types.cjs"; //# sourceMappingURL=index.d.cts.map