UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

4 lines 126 B
import AwaitValue from "./AwaitValue"; export default function _awaitAsyncGenerator(value) { return new AwaitValue(value); }