// 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";