0.2.0 • Published 5 months ago

nodelpers v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Nodelpers

Visit our site Nodelpers

Nodelpers

License

A collection of commonly used helper functions for Node.js projects, designed to save time and reduce redundancy in your codebase.

Installation

You can install the nodelpers package via npm:

npm install nodelpers

Features

  • A variety of utility functions for common tasks.
  • Modular and lightweight design.
  • Supports modern JavaScript (ES6+).
  • Written in typescript.

Usage

Once installed, you can import and use the various helper functions as needed:

import { sum } from "nodelpers";
console.log(sum(1, 2, 3, 4, 5, 6));

Read our docs to see more examples.

Changelog

See CHANGELOG.md for details on updates and new features.

Contributing

We welcome contributions! Read CONTRIBUTING.md

License

Distributed under the MIT License. See LICENSE for more information.

0.2.0

5 months ago

0.1.0

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago

1.0.0

7 months ago