type alias IdentityFunctionimport { type IdentityFunction } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts"; Type ParametersTdefinition: (x: T) => T