Skip to content

Commit

Permalink
✨ Export REGISTRIES and tyeps of Registry, RegisterableResult
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jun 5, 2021
1 parent 3ae8489 commit b5d6142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ if (import.meta.main) {
}

export { registerable };
export type { RegisterableResult, Registry } from "./types/mod.ts";
export { REGISTRIES } from "./constants/registry.ts";

0 comments on commit b5d6142

Please sign in to comment.