Files
peya-nodejs-pool/node_modules/ext/docs/thenable_/finally.md
Mark Allen Evans bd7256ec7c checkpoint
2020-10-13 00:35:14 +00: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"));