woodser / monero-ts

TypeScript library for using Monero
http://woodser.github.io/monero-ts/typedocs
MIT License
198 stars 67 forks source link

add moneroTs default export #176

Closed dutu closed 5 months ago

dutu commented 5 months ago

This PR adds moneroTs default export so that the module can be imported as:

import moneroTs from "monero-ts";

Resolves #146

For additional comments and details see #163

woodser commented 5 months ago

It's working great. Thanks very much for your help.