r3-v2/node_modules/ext/docs/thenable_/finally.md

10 lines
225 B
Markdown
Raw Normal View History

2020-02-27 15:24:35 +01:00
# `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"));
```