Skip to content

Instantly share code, notes, and snippets.

@ValentaTomas
Last active September 21, 2023 08:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ValentaTomas/315d5760aa232fd11ba0148b832da946 to your computer and use it in GitHub Desktop.
Save ValentaTomas/315d5760aa232fd11ba0148b832da946 to your computer and use it in GitHub Desktop.
Identify function
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