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/buffer.ts | |
parent | 5e0b2aa47314d1b90e33407866b977f9470fdbbb (diff) |
feat(ext/node): export more symbols from streams and timers/promises (#25582)
Diffstat (limited to 'ext/node/polyfills/buffer.ts')
-rw-r--r-- | ext/node/polyfills/buffer.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfills/buffer.ts b/ext/node/polyfills/buffer.ts index c5a910cb4..8986cf53d 100644 --- a/ext/node/polyfills/buffer.ts +++ b/ext/node/polyfills/buffer.ts @@ -7,6 +7,7 @@ export { Buffer, constants, default, + INSPECT_MAX_BYTES, isAscii, isUtf8, kMaxLength, |