std/node/buffer.ts
1234567891011121314// 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/buffer.mjs";