UltiRequiem / sum

πŸ“˜ Sum Utilities

Home Page:https://sum.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sum

Code Coverage Deno Doc

Get the sum of an array of numbers

Usage

import { sum } from "https://deno.land/x/sum/mod.ts";

sum(1, 2, 3, 4, 5); //=> 15
import { sum } from "@ultirequiem/sum";

Browser

You can use any CDN πŸ”₯

Eg. ESM β–Ά SkyPack / script tag β–Ά JSDelivr.

The API is the same on all this platforms.

Documentation

Is hosted on Deno Doc πŸ“„

CLI

Install

  • Deno πŸŽƒ
deno install https://deno.land/x/sum/sum.ts
  • Node.js 🐼
npm install -g @ultirequiem/sum

Usage

sum --help

A binary for multiple platforms is provided too!

Video Showcase

Support

Open an Issue, I will check it a soon as possible πŸ‘€

If you want to hurry me up a bit send me a tweet πŸ˜†

Consider supporting me on Patreon if you like my work πŸš€

Don't forget to star the repo ⭐

Versioning

We use SemVer for versioning. For the versions available, see the tags.

Authors

Eliaz Bobadilla (a.k.a UltiRequiem) - Creator and Maintainer πŸ’ͺ

See also the full list of contributors who participated in this project.

Licence

Licensed under the MIT License πŸ“„

About

πŸ“˜ Sum Utilities

https://sum.js.org

License:MIT License


Languages

Language:TypeScript 100.0%