chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* Converts a Blob to an ArrayBuffer.
*/
export declare function blobToArrayBufferAsync(blob: Blob): Promise<ArrayBuffer>;
/**
* Converts a Blob to an ArrayBuffer using the FileReader API.
*/
export declare function legacyBlobToArrayBufferAsync(blob: Blob): Promise<ArrayBuffer>;
//# sourceMappingURL=blobUtils.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"blobUtils.d.ts","sourceRoot":"","sources":["../../src/utils/blobUtils.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CAKvE;AAED;;GAEG;AACH,wBAAsB,4BAA4B,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,WAAW,CAAC,CASnF"}
+2
View File
@@ -0,0 +1,2 @@
export declare function getBundleUrl(): string | null;
//# sourceMappingURL=getBundleUrl.d.ts.map
+1
View File
@@ -0,0 +1 @@
{"version":3,"file":"getBundleUrl.d.ts","sourceRoot":"","sources":["../../src/utils/getBundleUrl.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,IAAI,MAAM,GAAG,IAAI,CAE5C"}
@@ -0,0 +1,2 @@
export declare function getBundleUrl(): string | null;
//# sourceMappingURL=getBundleUrl.native.d.ts.map
@@ -0,0 +1 @@
{"version":3,"file":"getBundleUrl.native.d.ts","sourceRoot":"","sources":["../../src/utils/getBundleUrl.native.ts"],"names":[],"mappings":"AAMA,wBAAgB,YAAY,IAAI,MAAM,GAAG,IAAI,CAU5C"}
+2
View File
@@ -0,0 +1,2 @@
export declare function getBundleUrl(): string | null;
//# sourceMappingURL=getBundleUrl.web.d.ts.map
@@ -0,0 +1 @@
{"version":3,"file":"getBundleUrl.web.d.ts","sourceRoot":"","sources":["../../src/utils/getBundleUrl.web.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,IAAI,MAAM,GAAG,IAAI,CAkB5C"}