summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/buffer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/buffer.ts')
-rw-r--r--ext/node/polyfills/buffer.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/node/polyfills/buffer.ts b/ext/node/polyfills/buffer.ts
new file mode 100644
index 000000000..8a4426c97
--- /dev/null
+++ b/ext/node/polyfills/buffer.ts
@@ -0,0 +1,13 @@
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// @deno-types="./internal/buffer.d.ts"
+export {
+ atob,
+ Blob,
+ btoa,
+ Buffer,
+ constants,
+ default,
+ kMaxLength,
+ kStringMaxLength,
+ SlowBuffer,
+} from "internal:deno_node/polyfills/internal/buffer.mjs";