/var/www/qr4y.com/server/delivery/node_modules/ext/docs/thenable_
Edit: /var/www/qr4y.com/server/delivery/node_modules/ext/docs/thenable_/finally.md (225B)
# `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"));
```