Files
DefinitelyTyped/twit/twit-tests.ts

8 lines
124 B
TypeScript

import * as Twit from 'twit';
const t = new Twit( {
consumer_key: '',
consumer_secret: '',
app_only_auth: true,
} );