ical-generator 4.0.0-develop.1 → 4.0.0-develop.2
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/index.d.ts +0 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -5
- package/src/calendar.ts +0 -6
- package/dist/index.d.mts +0 -2108
package/dist/index.d.ts
CHANGED
|
@@ -1949,9 +1949,6 @@ declare class ICalCalendar {
|
|
|
1949
1949
|
* Generates a blob to use for downloads or to generate a download URL.
|
|
1950
1950
|
* Only supported in browsers supporting the Blob API.
|
|
1951
1951
|
*
|
|
1952
|
-
* Unfortunately, because node.js has no Blob implementation (they have Buffer
|
|
1953
|
-
* instead), this method is currently untested. Sorry Dave…
|
|
1954
|
-
*
|
|
1955
1952
|
* @since 1.9.0
|
|
1956
1953
|
*/
|
|
1957
1954
|
toBlob(): Blob;
|
|
@@ -1959,9 +1956,6 @@ declare class ICalCalendar {
|
|
|
1959
1956
|
* Returns a URL to download the ical file. Uses the Blob object internally,
|
|
1960
1957
|
* so it's only supported in browsers supporting the Blob API.
|
|
1961
1958
|
*
|
|
1962
|
-
* Unfortunately, because node.js has no Blob implementation (they have Buffer
|
|
1963
|
-
* instead), this can't be tested right now. Sorry Dave…
|
|
1964
|
-
*
|
|
1965
1959
|
* @since 1.9.0
|
|
1966
1960
|
*/
|
|
1967
1961
|
toURL(): string;
|