UNPKG

@mrboombastic/node-przelewy24

Version:

A simple library for connecting Przelewy24 service

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