unified-ui-components-library
v10.0.3
Published
A simple CLI tool and Node.js module to download images from your server
Maintainers
Readme
Simple Text Utils
A tiny npm package for basic string operations.
Install
npm install unified-ui-components-library
Usage
const utils = require("unified-ui-components-library");
console.log(utils.capitalize("hello")); // Hello
console.log(utils.reverse("hello")); // olleh
console.log(utils.wordCount("hello world")); // 2