UNPKG

@radixdlt/primitives

Version:
7 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resultToAsync = void 0; const neverthrow_1 = require("neverthrow"); const resultToAsync = (result) => result.asyncAndThen(value => (0, neverthrow_1.okAsync)(value)); exports.resultToAsync = resultToAsync; //# sourceMappingURL=resultAsync.js.map