mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-29 05:58:06 +09:00
14 lines
231 B
TypeScript
14 lines
231 B
TypeScript
import { APIClient } from './api';
|
|
import { Endpoints } from './endpoints';
|
|
import Stream from './streaming';
|
|
import { Acct } from './acct';
|
|
|
|
export {
|
|
APIClient,
|
|
Endpoints,
|
|
Stream,
|
|
Acct
|
|
};
|
|
|
|
export * as entities from './types';
|