1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-27 21:18:05 +09:00
hotomoe/src/index.ts

13 lines
217 B
TypeScript
Raw Normal View History

2021-06-19 23:07:08 +09:00
import { Endpoints } from './api.types';
2021-05-16 11:12:29 +09:00
import Stream from './streaming';
import { Acct } from './acct';
export {
Endpoints,
Stream,
Acct
};
2021-05-16 11:16:32 +09:00
2021-05-16 18:18:45 +09:00
export * as api from './api';
export * as entities from './entities';