mxcad 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxcad.d.ts CHANGED
@@ -5,9 +5,6 @@
5
5
  * @param importObject 导入对象
6
6
  * */
7
7
  export declare function fetchAndInstantiate(url: string, importObject: WebAssembly.Imports): Promise<WebAssembly.WebAssemblyInstantiatedSource>;
8
- export declare const readFromBlobOrFile: (blob: Blob) => Promise<unknown>;
9
- export declare const fetchFile: (_data: string | URL) => Promise<Uint8Array>;
10
- export declare const toBlobURL: (url: URL | RequestInfo, mimeType: any) => Promise<string>;
11
8
  export declare function b64Encode(str: string): string;
12
9
  export declare function b64Decode(str: string): string;
13
10
  export declare function setMcDbEntity(data: any): void;