finally.md 225 B

thenable.finally (ext/thenable_/finally)

finally method for any thenable input

|> click here to run codeconst finally = require("ext/thenable_/finally");

finally.call(thenable, () => console.log("Thenable resolved"));