Open kissarat opened 4 years ago
There declaration in index.d.ts
index.d.ts
export default class Twitter {
But without this PR it is impossible to import this way
import Twitter from 'twitter-lite'
Because for exporting
module.exports = Twitter
Import must looks like
import * as Twitter from 'twitter-lite'
But it's not described in index.d.ts
@Fdebijl I'm not sure that I'm not sure that I understand you well, but I made an appropriate changes
There declaration in
index.d.ts
But without this PR it is impossible to import this way
Because for exporting
Import must looks like
But it's not described in
index.d.ts