@mitch1009/functions

0.0.35 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @mitch1009/functions

Weekly Downloads

5

Version

0.0.35

License

ISC

Unpacked Size

4.57 kB

Total Files

10

Last publish

Collaborators

  • mitch1009