@open-wa/wa-automate-types-only 4.33.0 → 4.33.1
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/utils/tools.d.ts +0 -1
- package/package.json +1 -1
package/dist/utils/tools.d.ts
CHANGED
@@ -19,7 +19,6 @@ export declare const isDataURL: (s: string) => boolean;
|
|
19
19
|
* A convinience method to download the [[DataURL]] of a file
|
20
20
|
* @param url The url
|
21
21
|
* @param optionsOverride You can use this to override the [axios request config](https://github.com/axios/axios#request-config)
|
22
|
-
* @returns Promise<DataURL>
|
23
22
|
*/
|
24
23
|
export declare const getDUrl: (url: string, optionsOverride?: AxiosRequestConfig) => Promise<DataURL>;
|
25
24
|
/**
|