diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000000..2f559fd259 --- /dev/null +++ b/src/index.ts @@ -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 +}; diff --git a/test-d/index.ts b/test-d/index.ts new file mode 100644 index 0000000000..e6fafcc4ff --- /dev/null +++ b/test-d/index.ts @@ -0,0 +1 @@ +// RESERVED