Added Gulp.js for compiling SCSS stylesheets
This commit is contained in:
9
node_modules/ext/docs/thenable_/finally.md
generated
vendored
Normal file
9
node_modules/ext/docs/thenable_/finally.md
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# `thenable.finally` _(ext/thenable\_/finally)_
|
||||
|
||||
`finally` method for any _thenable_ input
|
||||
|
||||
```javascript
|
||||
const finally = require("ext/thenable_/finally");
|
||||
|
||||
finally.call(thenable, () => console.log("Thenable resolved"));
|
||||
```
|
Reference in New Issue
Block a user