1.0.1 • Published 2 years ago

js-xim v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

js-xim

converted version of go-xim to js

Installation and usage :

you can install it using npm i js-xim

usage in JS

const c = require("js-xim")
// xim is a string of 64bit number which can transfer through the json
const xim = new c.default().generate()

usage in TS

import xim from "js-xim"

const ximString: string = new xim().generate()

contribution :

create fork and send request to me =) you can contact me iva my email /.

1.0.1

2 years ago

1.0.0

2 years ago