@mitch1009/functions
v0.0.35
Published
Great functions for your daily tasks. starting with a simple cli as well as a few other things
Downloads
10
Readme
Project Name
Functions is a library for easy access to composable and reusable functions in TypeScript or JavaScript.
🚀 Functionalities
- 🧩 Composable functions
- 🔄 Reusable functions
- 📦 Easy to install and use
- 🛠️ Built with TypeScript
🛠️ Installation
npm install functions
🔧 Usage
import { add, subtract } from "functions";
const result = add(1, 2);
console.log(result); // Output: 3
🤝 Contributing
We welcome contributions to Functions! Please read our contributing guidelines for more details.