Skip to content

Commit

Permalink
feat(uinv): export ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Aug 30, 2022
1 parent bbe8a6b commit 7942a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions modules/uinv/mod.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
export * from "./src/tools/utils.ts";
export * from "./src/tools/mod.ts";

export * from "./src/guards/mod.ts";

export * from "./src/tools/sdk.ts";

export * from "./src/decorators/mod.ts";

export * from "./src/types.ts";
Expand Down
3 changes: 3 additions & 0 deletions modules/uinv/src/tools/mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from "./ajax.ts";
export * from "./sdk.ts";
export * from "./utils.ts";

0 comments on commit 7942a4d

Please sign in to comment.