Files
DefinitelyTyped/types/twit/twit-tests.ts
2017-03-24 14:27:52 -07:00

8 lines
124 B
TypeScript

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