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 |
move datatable to yarn
r789 # `Function.identity` _(ext/function/identity)_
Returns input argument.
```javascript
const identity = require("ext/function/identity");
identity("foo"); // "foo"
```