diff options
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 8986cf53d..efe3b07a9 100644 --- a/ext/node/polyfills/buffer.ts +++ b/ext/node/polyfills/buffer.ts @@ -13,4 +13,5 @@ export { kMaxLength, kStringMaxLength, SlowBuffer, + transcode, } from "ext:deno_node/internal/buffer.mjs"; |