mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
9 lines
249 B
JavaScript
9 lines
249 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TwitterApiV2Settings = void 0;
|
|
exports.TwitterApiV2Settings = {
|
|
debug: false,
|
|
deprecationWarnings: true,
|
|
logger: { log: console.log.bind(console) },
|
|
};
|