Functions is a library for easy access to composable and reusable functions in TypeScript or JavaScript.
- 🧩 Composable functions
- 🔄 Reusable functions
- 📦 Easy to install and use
- 🛠️ Built with TypeScript
npm install functions
import { add, subtract } from "functions";
const result = add(1, 2);
console.log(result); // Output: 3
We welcome contributions to Functions! Please read our contributing guidelines for more details.