Home


useful-apis

Node version

HitCount

npm version

https://nodei.co/npm/useful-apis.png?downloads=true&downloadRank=true&stars=true

example

const { duncte } = require('useful-apis');

(async () => {
	const string = await duncte.randomString(10);
	console.log(string);
})();

docs

https://useful-apis.js.org