UNPKG

node-groupme

Version:

The only GroupMe API library that isn't a million years old.

13 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Base { constructor(client, id) { this.client = client; this.id = id; } _clone() { return Object.assign(Object.create(this), this); } } exports.default = Base; //# sourceMappingURL=Base.js.map