UNPKG

twitter-api-v2

Version:

Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.

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;