Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: add several new root exports (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay authored Aug 3, 2022
1 parent f295078 commit e99a404
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export * from "./config/mod.ts";
export * as $ from "./deps/scale.ts";
export * from "./effect/mod.ts";
export * as E from "./effect/mod.ts";
export * from "./fluent/mod.ts";
export * as M from "./frame_metadata/mod.ts";
export { kusama, moonbeam, polkadot, rococo, westend } from "./known/mod.ts";
export { iter } from "./util/mod.ts";

0 comments on commit e99a404

Please sign in to comment.