thenable.finally
finally method for any thenable input
finally
```javascript const finally = require("ext/thenable_/finally");
finally.call(thenable, () => console.log("Thenable resolved")); ```