Initial commit - Event Planner application
This commit is contained in:
6
node_modules/@tokenizer/inflate/lib/GzipHandler.d.ts
generated
vendored
Normal file
6
node_modules/@tokenizer/inflate/lib/GzipHandler.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ITokenizer } from 'strtok3';
|
||||
export declare class GzipHandler {
|
||||
private tokenizer;
|
||||
constructor(tokenizer: ITokenizer);
|
||||
inflate(): ReadableStream<Uint8Array>;
|
||||
}
|
||||
Reference in New Issue
Block a user