mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
170 B
170 B
Function.identity (ext/function/identity)
Returns input argument.
const identity = require("ext/function/identity");
identity("foo"); // "foo"