RubyGems
npm
Organizations
Log in
Sign up
npm
@wgb5445/aptos-intent-npm
Versions diffs
0.0.1
Page 2
@wgb5445/aptos-intent-npm 0.0.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/cjs/aptos_intent_bg-C1GQufHE.js
+42
-0
package/dist/cjs/entry.js
+7
-0
package/dist/esm/aptos_intent_bg-BhFZXsdI.js
+40
-0
package/dist/esm/entry.js
+5
-0
package/package.json
+25
-0
package/dist/cjs/entry.js
ADDED
Viewed
@@ -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;
« First
‹ Prev
1
2
3
4
Next ›
Last »