UNPKG

coinex.com

Version:

API Interface for coinex.com Bitcoin Cash exchange.

18 lines (12 loc) 354 B
// Generated by CoffeeScript 2.6.1 (function() { var Property; Property = class Property { static property(name, accessors) { return Object.defineProperty(this.prototype, name, accessors); } }; module.exports = Property; //Object::property = (name, accessors) -> // Object.defineProperty @::, name, accessors }).call(this);