Last active
September 21, 2023 08:29
-
-
Save ValentaTomas/315d5760aa232fd11ba0148b832da946 to your computer and use it in GitHub Desktop.
Identify function
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export function identity<T>(item: T) { | |
return item | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment