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