UNPKG

node-groupme

Version:

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

10 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const __1 = require(".."); class ClientUser extends __1.User { constructor(client, data) { super(client, data); } } exports.default = ClientUser; //# sourceMappingURL=ClientUser.js.map