Added Gulp.js for compiling SCSS stylesheets
This commit is contained in:
9
node_modules/ext/docs/function/identity.md
generated
vendored
Normal file
9
node_modules/ext/docs/function/identity.md
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# `Function.identity` _(ext/function/identity)_
|
||||
|
||||
Returns input argument.
|
||||
|
||||
```javascript
|
||||
const identity = require("ext/function/identity");
|
||||
|
||||
identity("foo"); // "foo"
|
||||
```
|
Reference in New Issue
Block a user