@wgb5445/aptos-intent-npm 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ async function get_wasm (){
4
+ return (await Promise.resolve().then(function () { return require('./aptos_intent_bg-C1GQufHE.js'); })).default()
5
+ }
6
+
7
+ exports.get_wasm = get_wasm;