misc (#10)
This commit is contained in:
parent
460e23c2e7
commit
c7bfdea17b
2 changed files with 12 additions and 0 deletions
11
src/index.ts
Normal file
11
src/index.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { APIClient } from './api';
|
||||
import { Endpoints } from './endpoints';
|
||||
import Stream from './streaming';
|
||||
import { Acct } from './acct';
|
||||
|
||||
export {
|
||||
APIClient,
|
||||
Endpoints,
|
||||
Stream,
|
||||
Acct
|
||||
};
|
1
test-d/index.ts
Normal file
1
test-d/index.ts
Normal file
|
@ -0,0 +1 @@
|
|||
// RESERVED
|
Loading…
Reference in a new issue