django-vue3-admin-web/node_modules/ext/docs/thenable_/finally.md
2025-10-20 21:21:14 +08:00

10 lines
225 B
Markdown

# `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"));
```