UNPKG

@virtuals-protocol/game-twitter-node

Version:

Strongly typed, full-featured, light, versatile yet powerful Virtual Twitter API v2 client for Node.js. Forked from twitter-api-v2.

10 lines (9 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwitterApiPluginResponseOverride = void 0; class TwitterApiPluginResponseOverride { constructor(value) { this.value = value; } } exports.TwitterApiPluginResponseOverride = TwitterApiPluginResponseOverride;