simple-js-mod
v1.0.2
Published
A lightweight, modular JavaScript library for simplifying common tasks like loops, custom logging, and random number generation.
Readme
simpleJS 🚀
A lightweight, modular JavaScript library for simplifying common tasks like loops, custom logging, and random number generation.
📦 Installation
If you use native JavaScript modules (ESM) in the browser, simply import the file directly:
import { loop, print, randomize } from "./path/to/simpleJS.js";📄 License
This project is licensed under the MIT License. See the LICENSE file for more details.
