@adonix.org/cloud-spark 0.0.101 → 0.0.102
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 +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -198,9 +198,9 @@ declare function getOrigin(request: Request): string | null;
|
|
|
198
198
|
/**
|
|
199
199
|
* @internal
|
|
200
200
|
*
|
|
201
|
-
* Placeholder type for
|
|
201
|
+
* Placeholder type for Cloudflare Worker environment bindings.
|
|
202
202
|
*/
|
|
203
|
-
|
|
203
|
+
interface Env {}
|
|
204
204
|
|
|
205
205
|
/**
|
|
206
206
|
* Represents the constructor of a Worker or a subclass of Worker.
|