useful-apis
v5.0.0
Published
A npm package that contains some useful apis!
Downloads
8
Maintainers
Readme
useful-apis

example
const { duncte } = require('useful-apis');
(async () => {
const string = await duncte.randomString(10);
console.log(string);
})();docs
https://useful-apis.js.org
