UNPKG

limepay

Version:

LimePay SDK is a node module for simplifying the consumption of LimePay API

11 lines (9 loc) 219 B
class BaseClient { constructor(HTTPRequester) { Object.defineProperty(this, 'HTTPRequester', { value: HTTPRequester, writable: false }); } } module.exports = BaseClient;