function identityimport { identity } from "https://deno.land/x/rambda@9.2.1/mod.ts"; identity<T>(input: T): TIt just passes back the supplied input argument. It just passes back the supplied input argument. Type ParametersTParametersinput: TReturnsT