diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-12 00:02:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 01:02:50 +0200 |
commit | 05bd547238006f089f05ef046470e00c94317da6 (patch) | |
tree | 733a538213204e212cc52781b8669b3f8b65531c /ext/node/polyfills/timers | |
parent | 5e0b2aa47314d1b90e33407866b977f9470fdbbb (diff) |
feat(ext/node): export more symbols from streams and timers/promises (#25582)
Diffstat (limited to 'ext/node/polyfills/timers')
-rw-r--r-- | ext/node/polyfills/timers/promises.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfills/timers/promises.ts b/ext/node/polyfills/timers/promises.ts index 2ab2384dc..68bc05942 100644 --- a/ext/node/polyfills/timers/promises.ts +++ b/ext/node/polyfills/timers/promises.ts @@ -17,4 +17,5 @@ export default { setTimeout, setImmediate, setInterval, + scheduler, }; |