Add root modules #10

Merged
marihachi merged 1 commit from work/project-1 into master 2021-05-16 02:12:30 +00:00
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