UNPKG

to-await

Version:

"Wrapper on promise to return you a destructured version with error or not."

4 lines (3 loc) 82 B
import { to } from "./to"; import { toAll } from "./toAll"; export { to, toAll };