Skip to content

Commit

Permalink
feat: expose apply param from core
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Oct 4, 2024
1 parent 7b7d149 commit 51e92aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/mesh-core/src/core.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import * as core from "@meshsdk/core-csl";

export { core };
const applyParamsToScript = core.applyParamsToScript;
const applyCborEncoding = core.applyCborEncoding;

export { core, applyParamsToScript, applyCborEncoding };
1 change: 1 addition & 0 deletions packages/mesh-core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./core";
export * from "./utils";
export * from "@meshsdk/common";
export * as cst from "@meshsdk/core-cst";
Expand Down

0 comments on commit 51e92aa

Please sign in to comment.