summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_util/_util_callbackify.js
AgeCommit message (Collapse)Author
2024-02-01fix(node): `util.callbackify` (#22200)Divy Srivastava
Fixes https://github.com/denoland/deno/issues/22180 Matches the Node.js implementation more closely. Removed types, they do not help just make it harder to debug with stack traces.