UNPKG

node-groupme

Version:

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

8 lines 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.typing = void 0; async function typing(client, message) { return; } exports.typing = typing; //# sourceMappingURL=typing.js.map