first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

20
node_modules/expo/build/winter/TextDecoder.d.ts generated vendored Normal file
View File

@@ -0,0 +1,20 @@
export declare class TextDecoder {
private _encoding;
private _ignoreBOM;
private _errorMode;
private _BOMseen;
private _doNotFlush;
private _decoder;
constructor(label?: string, options?: {
fatal?: boolean;
ignoreBOM?: boolean;
});
get encoding(): string;
get fatal(): boolean;
get ignoreBOM(): boolean;
decode(input?: ArrayBuffer | DataView, options?: {
stream?: boolean;
}): string;
private serializeStream;
}
//# sourceMappingURL=TextDecoder.d.ts.map