mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
the important stuff
This commit is contained in:
7
browser-main.ts
Normal file
7
browser-main.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as util from "./util";
|
||||
import * as rpc from "./rpc";
|
||||
import * as wallet from "./wallet";
|
||||
|
||||
//for browsers or whatever
|
||||
window.banani = { ...rpc, ...wallet, ...util };
|
||||
|
||||
Reference in New Issue
Block a user