identity
identity :: Any input -> Any input
description
Returns the value passed as input without any modification.
example
import { identity } from '@waldojeffers/conductor'
identity('hello') // 'hello'
identity :: Any input -> Any inputReturns the value passed as input without any modification.
import { identity } from '@waldojeffers/conductor'
identity('hello') // 'hello'