mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
225 B
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"));