mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-23 20:26:28 +00:00
10 lines
225 B
Markdown
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"));
|
|
```
|