summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/buffer.ts
blob: efe3b07a97a45153b72227e0041432f07475f7a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// @deno-types="./internal/buffer.d.ts"
export {
  atob,
  Blob,
  btoa,
  Buffer,
  constants,
  default,
  INSPECT_MAX_BYTES,
  isAscii,
  isUtf8,
  kMaxLength,
  kStringMaxLength,
  SlowBuffer,
  transcode,
} from "ext:deno_node/internal/buffer.mjs";