An identity function that returns its first argument.
the value to return
the value passed in
import { identity } from "@trashpanda001/helpers/function"identity(123)// 123 Copy
import { identity } from "@trashpanda001/helpers/function"identity(123)// 123
An identity function that returns its first argument.