yjryu / UI_Layout star
File name
Commit message
Commit date
File name
Commit message
Commit date
yjryu 2024-01-10 04f3565 240110 류윤주 commit UNIX

Function.identity (ext/function/identity)#

Returns input argument.

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

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