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