common-utilsConstantIDENTITY_FUNCTIONOn this pageIDENTITY_FUNCTION Identity function that returns the input value as-is Signature const IDENTITY_FUNCTION: <T>(value: T) => T Parameters NameTypeDescriptionvalue-The value to return Returns The input value unchanged