mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
/// <reference path="twit.d.ts" />
|
|
|
|
import * as Twit from 'twit';
|
|
|
|
const t = new Twit( {
|
|
consumer_key: '',
|
|
consumer_secret: '',
|
|
app_only_auth: true,
|
|
} );
|