README
type-async-value
flow & typescript typings for the type
type AsyncValue<T> = Promise<T> | T
type AsyncValue<T> = Promise<T> | T
<script type="module">
import typeAsyncValue from 'https://cdn.skypack.dev/type-async-value';
</script>
flow & typescript typings for the type
type AsyncValue<T> = Promise<T> | T