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