mirror of
https://github.com/wishthis/wishthis.git
synced 2026-02-16 02:03:18 -05:00
170 B
170 B
Function.identity (ext/function/identity)
Returns input argument.
const identity = require("ext/function/identity");
identity("foo"); // "foo"