Show More
Commit Description:
Merge pull request #28 from paphonb/change-default-language...
Commit Description:
Merge pull request #28 from paphonb/change-default-language
allow users to change default submission language
References:
File last commit:
Show/Diff file:
Action:
node_modules/ext/docs/function/identity.md
| 9 lines
| 170 B
| text/x-minidsrc
| MarkdownLexer
|
Function.identity
(ext/function/identity)
Returns input argument.
const identity = require("ext/function/identity"); identity("foo"); // "foo"