Show More
Commit Description:
Merge pull request #30 from noppakorn/golden-submit-button...
Commit Description:
Merge pull request #30 from noppakorn/golden-submit-button
add golden submit button
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"