txn-token
v1.0.9
Published
This package will provide you unique token which can use in various applications like random numbers,transaction token for payments etc.It never generate duplicate number
Downloads
10
Maintainers
Readme
Txn-Token
This was developed to provide unique numbers of 16 digits
Install
npm install tnx-token
Usage
Require this package
const GenTxnToken=require('txn-token');
generate Unique tokens
const token=GenTxnToken();
Authors
Feedback
If you have any feedback, please reach out to us at [email protected]
License
This project is licensed under the MIT license. See the LICENSE file for more info.