identity :: Any input => Any input
Returns the value passed as input without any modification.
import { identity } from 'conductor' identity('hello') // 'hello'
Last updated 6 years ago