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