mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
170 B
170 B
Function.identity (ext/function/identity)
Returns input argument.
const identity = require("ext/function/identity");
identity("foo"); // "foo"