function lengthimport { length } from "https://dotland.deno.dev/x/rambda@9.4.1/index.d.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