UNPKG
sophys
Version:
latest (4.0.26)
4.0.28
4.0.26
4.0.0-beta.1
Sophon wallet library.
octonion.institute/susy-js/sophys.js
sophys
/
utils
/
shims.js
5 lines
(4 loc)
•
128 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
/* no shims for node */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
platform
=
'node'
;