summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/buffer.ts
blob: f233fda05888bca9f43a0c1173bc41a8ede72955 (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 "ext:deno_node/internal/buffer.mjs";