unified-ui-components-library
v9.0.0
Published
A simple CLI tool and Node.js module to download images from your server
Downloads
523
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