UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

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