Repository
Current version released
3 years ago
Versions
Sum
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
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.