StrictidentityOn this pageidentityidentity() function Returns the same value as the given argument. Signature: declare function identity<T>(a: T): T; Example identity(5); // 5 Open Source Code