feat: Temporarily expose internal js client API (#386)

Expose
This commit is contained in:
Akim 2023-11-24 00:49:12 +07:00 committed by GitHub
parent 5e917a650f
commit b5a6296225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,3 +194,6 @@ export {
} from "./keypair/index.js";
export * from "./network.js";
// TODO: Remove this export after DXJ-535 is done
export { js2aqua } from "./compilerSupport/conversions.js";