Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.cjs
generated
vendored
Normal file
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.cjs
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
"use strict";const node_buffer=require("node:buffer");exports.Buffer=node_buffer.Buffer;
|
||||
2
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.d.cts
generated
vendored
Normal file
2
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.d.cts
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { Buffer } from 'node:buffer';
|
||||
import 'node:events';
|
||||
2
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.d.mts
generated
vendored
Normal file
2
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { Buffer } from 'node:buffer';
|
||||
import 'node:events';
|
||||
2
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.d.ts
generated
vendored
Normal file
2
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { Buffer } from 'node:buffer';
|
||||
import 'node:events';
|
||||
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.mjs
generated
vendored
Normal file
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/node.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
export{Buffer}from"node:buffer";
|
||||
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.cjs
generated
vendored
Normal file
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.cjs
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
25
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.d.cts
generated
vendored
Normal file
25
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.d.cts
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* The Buffer constructor returns instances of `Uint8Array` that have their
|
||||
* prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of
|
||||
* `Uint8Array`, so the returned instances will have all the node `Buffer` methods
|
||||
* and the `Uint8Array` methods. Square bracket notation works as expected -- it
|
||||
* returns a single octet.
|
||||
*
|
||||
* The `Uint8Array` prototype remains unmodified.
|
||||
*/
|
||||
declare function Buffer(arg: any, encodingOrOffset: any, length: any): any;
|
||||
declare namespace Buffer {
|
||||
var TYPED_ARRAY_SUPPORT: boolean;
|
||||
var poolSize: number;
|
||||
var from: (value: any, encodingOrOffset: any, length?: any) => any;
|
||||
var alloc: (size: any, fill: any, encoding: any) => Uint8Array<any>;
|
||||
var allocUnsafe: (size: any) => Uint8Array<any>;
|
||||
var allocUnsafeSlow: (size: any) => Uint8Array<any>;
|
||||
var isBuffer: (b: any) => boolean;
|
||||
var compare: (a: any, b: any) => 0 | 1 | -1;
|
||||
var isEncoding: (encoding: any) => boolean;
|
||||
var concat: (list: any, length?: any) => Uint8Array<any>;
|
||||
var byteLength: (string: any, encoding: any) => any;
|
||||
}
|
||||
|
||||
export { Buffer };
|
||||
25
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.d.mts
generated
vendored
Normal file
25
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* The Buffer constructor returns instances of `Uint8Array` that have their
|
||||
* prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of
|
||||
* `Uint8Array`, so the returned instances will have all the node `Buffer` methods
|
||||
* and the `Uint8Array` methods. Square bracket notation works as expected -- it
|
||||
* returns a single octet.
|
||||
*
|
||||
* The `Uint8Array` prototype remains unmodified.
|
||||
*/
|
||||
declare function Buffer(arg: any, encodingOrOffset: any, length: any): any;
|
||||
declare namespace Buffer {
|
||||
var TYPED_ARRAY_SUPPORT: boolean;
|
||||
var poolSize: number;
|
||||
var from: (value: any, encodingOrOffset: any, length?: any) => any;
|
||||
var alloc: (size: any, fill: any, encoding: any) => Uint8Array<any>;
|
||||
var allocUnsafe: (size: any) => Uint8Array<any>;
|
||||
var allocUnsafeSlow: (size: any) => Uint8Array<any>;
|
||||
var isBuffer: (b: any) => boolean;
|
||||
var compare: (a: any, b: any) => 0 | 1 | -1;
|
||||
var isEncoding: (encoding: any) => boolean;
|
||||
var concat: (list: any, length?: any) => Uint8Array<any>;
|
||||
var byteLength: (string: any, encoding: any) => any;
|
||||
}
|
||||
|
||||
export { Buffer };
|
||||
25
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.d.ts
generated
vendored
Normal file
25
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* The Buffer constructor returns instances of `Uint8Array` that have their
|
||||
* prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of
|
||||
* `Uint8Array`, so the returned instances will have all the node `Buffer` methods
|
||||
* and the `Uint8Array` methods. Square bracket notation works as expected -- it
|
||||
* returns a single octet.
|
||||
*
|
||||
* The `Uint8Array` prototype remains unmodified.
|
||||
*/
|
||||
declare function Buffer(arg: any, encodingOrOffset: any, length: any): any;
|
||||
declare namespace Buffer {
|
||||
var TYPED_ARRAY_SUPPORT: boolean;
|
||||
var poolSize: number;
|
||||
var from: (value: any, encodingOrOffset: any, length?: any) => any;
|
||||
var alloc: (size: any, fill: any, encoding: any) => Uint8Array<any>;
|
||||
var allocUnsafe: (size: any) => Uint8Array<any>;
|
||||
var allocUnsafeSlow: (size: any) => Uint8Array<any>;
|
||||
var isBuffer: (b: any) => boolean;
|
||||
var compare: (a: any, b: any) => 0 | 1 | -1;
|
||||
var isEncoding: (encoding: any) => boolean;
|
||||
var concat: (list: any, length?: any) => Uint8Array<any>;
|
||||
var byteLength: (string: any, encoding: any) => any;
|
||||
}
|
||||
|
||||
export { Buffer };
|
||||
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.mjs
generated
vendored
Normal file
1
Frontend-Learner/node_modules/node-mock-http/dist/_polyfill/buffer/nodeless.mjs
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue