summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/buffer.ts
blob: 423fdb2ca33c8e835976c433befc9494808fb6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/internal/buffer.mjs";