@cw-ui/micro-ui-loader
v2.0.0
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 @cw-ui/micro-ui-loader
Usage
const utils = require("@cw-ui/micro-ui-loader");
console.log(utils.capitalize("hello")); // Hello
console.log(utils.reverse("hello")); // olleh
console.log(utils.wordCount("hello world")); // 2