Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Update README.md instructions to avoid typescript error #60

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

jeremistadler
Copy link
Contributor

Add empty export to bindings.d.ts example to avoid an typescript error:

Augmentations for the global scope can only be directly nested in external modules or ambient module bindings.d.ts(2669)

https://stackoverflow.com/questions/57132428/augmentations-for-the-global-scope-can-only-be-directly-nested-in-external-modul

Add empty export to bindings.d.ts example to avoid an typescript error.

`Augmentations for the global scope can only be directly nested in external modules or ambient module declarations.ts(2669)`

https://stackoverflow.com/questions/57132428/augmentations-for-the-global-scope-can-only-be-directly-nested-in-external-modul
@1000hz 1000hz merged commit 88b6025 into cloudflare:master Oct 28, 2020
@koeninger koeninger modified the milestones: Release 2.0.1, Release 2.1.0 Oct 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants