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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ It's recommended that you create an ambient type file for any bindings your Work
**`bindings.d.ts`**

```typescript
export {};

declare global {
const MY_ENV_VAR: string
const MY_SECRET: string
Expand Down