UNPKG

to-await

Version:

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

7 lines (6 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const to_1 = require("./to"); exports.to = to_1.to; const toAll_1 = require("./toAll"); exports.toAll = toAll_1.toAll;