Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
42
Frontend-Learner/node_modules/unenv/dist/runtime/node/stream.d.mts
generated
vendored
Normal file
42
Frontend-Learner/node_modules/unenv/dist/runtime/node/stream.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
// https://nodejs.org/api/stream.html
|
||||
import type nodeStream from "node:stream";
|
||||
import promises from "node:stream/promises";
|
||||
export { promises };
|
||||
export { Readable } from "./internal/stream/readable.mjs";
|
||||
export { Writable } from "./internal/stream/writable.mjs";
|
||||
export { Duplex } from "./internal/stream/duplex.mjs";
|
||||
export { Transform } from "./internal/stream/transform.mjs";
|
||||
export declare const Stream: nodeStream.Stream;
|
||||
export declare const PassThrough: nodeStream.PassThrough;
|
||||
export declare const pipeline: any;
|
||||
export declare const finished: any;
|
||||
export declare const addAbortSignal: unknown;
|
||||
export declare const isDisturbed: unknown;
|
||||
export declare const isReadable: unknown;
|
||||
export declare const compose: unknown;
|
||||
export declare const isErrored: unknown;
|
||||
export declare const destroy: unknown;
|
||||
export declare const _isUint8Array: unknown;
|
||||
export declare const _uint8ArrayToBuffer: unknown;
|
||||
export declare const _isArrayBufferView: unknown;
|
||||
export declare const duplexPair: unknown;
|
||||
export declare const getDefaultHighWaterMark: unknown;
|
||||
export declare const isDestroyed: unknown;
|
||||
export declare const isWritable: unknown;
|
||||
export declare const setDefaultHighWaterMark: unknown;
|
||||
declare const _default: typeof nodeStream & {
|
||||
isDisturbed: any;
|
||||
isReadable: any;
|
||||
compose: any;
|
||||
isErrored: any;
|
||||
destroy: any;
|
||||
_isUint8Array: any;
|
||||
_uint8ArrayToBuffer: any;
|
||||
_isArrayBufferView: any;
|
||||
duplexPair: any;
|
||||
getDefaultHighWaterMark: any;
|
||||
isDestroyed: any;
|
||||
isWritable: any;
|
||||
setDefaultHighWaterMark: any;
|
||||
};
|
||||
export default _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue