UNPKG

@taquito/taquito

Version:

High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.

7 lines (6 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.compose = compose; function compose(functioncomposer1, functioncomposer2) { return (contractAbstraction, context) => functioncomposer2(functioncomposer1(contractAbstraction, context), context); }