UNPKG
@locker-money/sdk
Version:
latest (0.0.1-alpha.2)
0.0.1-alpha.2
0.0.1-alpha.1
A utility library for enhancing your ERC-4337 experience
@locker-money/sdk
/
_cjs
/
accounts
/
index.js
7 lines
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
createLockerClient
= createLockerClient;
function
createLockerClient
(
) {
return
"Hello Locker"
; }
//# sourceMappingURL=index.js.map