/** * Utilities for creating and working with `async` functions and {@link Promise | Promises}. * * @module @sorrell/utilities/async */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./Async.mjs"; export * from "./Async.Types.mjs"; //# sourceMappingURL=index.d.mts.map