Skip to content

Commit

Permalink
expose more things in mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Apr 28, 2023
1 parent 910d6cb commit 3e6ce24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
export { Amo } from "./src/amo.ts";

export * from "./src/typings/auth.ts";
export * from "./src/typings/entities.ts";
export * from "./src/typings/lib.ts";
export * from "./src/typings/utility.ts";

export { ApiError } from "./src/errors/api.ts";
export { AuthError } from "./src/errors/auth.ts";
export { HttpError } from "./src/errors/http.ts";
export { NoContentError } from "./src/errors/no-content.ts";
export { WebhookError } from "./src/errors/webhook.ts";

export * from "./src/helpers/filter.ts";
export * from "./src/helpers/order.ts";
export * from "./src/helpers/query.ts";
export * from "./src/helpers/webhook.ts";

0 comments on commit 3e6ce24

Please sign in to comment.