lemmy-js-client/src/index.ts
2020-12-20 13:50:08 -05:00

3 lines
83 B
TypeScript

export * from './interfaces';
export * from './http';
export * from './websocket';