yjryu / UI_Layout star
File name
Commit message
Commit date
File name
Commit message
Commit date
yjryu 2024-01-10 04f3565 240110 류윤주 commit UNIX

thenable.finally (ext/thenable\/finally)_#

finally method for any thenable input

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

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