function defaultimport { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/sum.js"; default(array)Computes the sum of the values in array. Examples_.sum([4, 2, 8, 6]); // => 20 ParametersarrayThe array to iterate over.