diff options
author | Satya Rohith <me@satyarohith.com> | 2024-10-02 13:53:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 08:23:14 +0000 |
commit | 32c12787361b65bbc55a7b9c1fe43689cb0a8b98 (patch) | |
tree | 047f47b5146b9192d74bd8ef1d9af9d183b7aad1 /ext/node/polyfills/buffer.ts | |
parent | 620e6b43a66c2af44ae4aea62417af408309f61c (diff) |
feat(ext/node): buffer.transcode() (#25972)
Closes https://github.com/denoland/deno/issues/25911
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"; |