Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
19
Frontend-Learner/node_modules/unenv/dist/runtime/node/buffer.d.mts
generated
vendored
Normal file
19
Frontend-Learner/node_modules/unenv/dist/runtime/node/buffer.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// https://nodejs.org/api/buffer.html
|
||||
import type nodeBuffer from "node:buffer";
|
||||
export { kMaxLength, INSPECT_MAX_BYTES, SlowBuffer } from "./internal/buffer/buffer.mjs";
|
||||
export declare const Buffer: unknown;
|
||||
export { File } from "./internal/buffer/file.mjs";
|
||||
// @ts-expect-eerror https://github.com/unjs/unenv/issues/64
|
||||
export declare const Blob: typeof nodeBuffer.Blob;
|
||||
export declare const resolveObjectURL: unknown;
|
||||
export declare const transcode: unknown;
|
||||
export declare const isUtf8: unknown;
|
||||
export declare const isAscii: unknown;
|
||||
export declare const btoa: unknown;
|
||||
export declare const atob: unknown;
|
||||
export declare const kStringMaxLength = 0;
|
||||
export declare const constants: {};
|
||||
declare const _default: {
|
||||
SlowBuffer: typeof nodeBuffer.SlowBuffer;
|
||||
};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue