UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

8 lines (7 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.concatHex = void 0; function concatHex(...hex) { return hex.map((item, index) => (index ? item.slice(2) : item)).join(''); } exports.concatHex = concatHex;