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