UNPKG

@airgap/coinlib-core

Version:

The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.

8 lines (6 loc) 137 B
'use strict'; module.exports = function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; };