@ultirequiem/sum
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Sum

CI Code Coverage Deno Doc

Custom badge

Sum utilities for Deno.

Usage

Deno 🦕

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

sum([1, 2, 3, 4, 5]); //=> 15
sum(["1", "2", "3", "4", "5"]); //=> "12345"

Node.js 🐢

import { sum } from "@ultirequiem/sum";

Browser

Using type module 🍱

Using a plain script tag 👇

You have the same API on all of this platforms.

Documentation

Autogenerated Documentation

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 start the repo

Licence

Licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @ultirequiem/sum

Homepage

sum.js.org

Weekly Downloads

10

Version

1.1.0

License

MIT

Unpacked Size

5.04 kB

Total Files

8

Last publish

Collaborators

  • ultirequiem