function lengthimport { length } from "https://deno.land/x/rambda@9.2.1/mod.ts"; length<T>(input: T[]): numberIt returns the length property of list or string input. It returns the length property of list or string input. Type ParametersTParametersinput: T[]Returnsnumber