mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
import * as Twit from 'twit';
|
|
|
|
const t = new Twit( {
|
|
consumer_key: '',
|
|
consumer_secret: '',
|
|
app_only_auth: true,
|
|
} );
|