UNPKG

banani

Version:

JS/TS library for the Banano cryptocurrency in the style of bananopie

6 lines (5 loc) 158 B
//import * from "./util"; import * as rpc from "./rpc"; import * as wallet from "./wallet"; //for browsers or whatever window.banani = { ...rpc, ...wallet };