neet/masto.js

View on GitHub
src/mastodon/mastodon.ts

Summary

Maintainability
A
0 mins
Test Coverage
export * from "./entities";
export * as rest from "./rest";
export * as streaming from "./streaming";
export * as oauth from "./oauth";
export * from "./paginator";
export * from "./repository";