@cloudflare/workers-types 4.20221111.0 → 4.20221111.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/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,6 +106,7 @@ declare global {
|
|
|
106
106
|
const MY_SECRET: string;
|
|
107
107
|
const myKVNamespace: KVNamespace;
|
|
108
108
|
}
|
|
109
|
+
export {}
|
|
109
110
|
```
|
|
110
111
|
|
|
111
112
|
Wrangler can also generate this for you automatically from your `wrangler.toml` configuration file, using the `wrangler types` command.
|
package/package.json
CHANGED