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