Files
actions-ansi-to-html/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js
T
2025-11-11 06:53:11 -05:00

4 lines
129 B
JavaScript

import AwaitValue from "./AwaitValue.js";
export default function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}