1.2.6 • Published 2 years ago

clean-utils v1.2.6

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

Clean Wallet Util

A utility function to clean up the wallet

Usage

For example:

const { encrypt, utils } = require('clean-utils');

const { decryptBackup } = encrypt;
const { printError } = utils;

decryptBackup('1', '1233');
printError('error');