mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
14 lines
289 B
TypeScript
14 lines
289 B
TypeScript
|
// 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:deno_node/polyfills/internal/buffer.mjs";
|