UNPKG

conductor

Version:

A modern & functional JavaScript utility library

19 lines (11 loc) 237 B
# identity ```erlang identity :: Any input => Any input ``` ## description Returns the value passed as input without any modification. ## example ```javascript import { identity } from 'conductor' identity('hello') // 'hello' ```