mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
13 lines
274 B
TypeScript
13 lines
274 B
TypeScript
// Copyright 2018-2024 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";
|