BE-SPAN/node_modules/ext/docs/thenable_/finally.md
githubna-ilham 722cd440e8 first commit
2024-10-20 22:04:16 +07:00

225 B

thenable.finally (ext/thenable_/finally)

finally method for any thenable input

const finally = require("ext/thenable_/finally");

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