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