Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 170 Bytes

identity.md

File metadata and controls

9 lines (6 loc) · 170 Bytes

Function.identity (ext/function/identity)

Returns input argument.

const identity = require("ext/function/identity");

identity("foo"); // "foo"