UNPKG

node-groupme

Version:

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

16 lines 450 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const __1 = require(".."); class UserManager extends __1.BaseManager { constructor(client) { super(client, __1.User); } _add(data) { return this._upsert(new __1.User(this.client, data)); } async fetch(id) { throw new Error('Method not implemented.'); } } exports.default = UserManager; //# sourceMappingURL=UserManager.js.map