@taquito/taquito
Version:
High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.
8 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.compose = void 0;
function compose(functioncomposer1, functioncomposer2) {
return (contractAbstraction, context) => functioncomposer2(functioncomposer1(contractAbstraction, context), context);
}
exports.compose = compose;
//# sourceMappingURL=compose.js.map