This commit is contained in:
marihachi 2021-05-16 11:12:29 +09:00 committed by GitHub
parent 460e23c2e7
commit c7bfdea17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

11
src/index.ts Normal file
View 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
View file

@ -0,0 +1 @@
// RESERVED