UNPKG

twitter-api-v2

Version:

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

9 lines (8 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwitterApiV2Settings = void 0; exports.TwitterApiV2Settings = { debug: false, deprecationWarnings: true, logger: { log: console.log.bind(console) }, };