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