1.1.0 ā€¢ Published 2 years ago

@ultirequiem/sum v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.