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

Commit

Permalink
Merge pull request #60 from jeremistadler/patch-1
Browse files Browse the repository at this point in the history
Update README.md instructions to avoid typescript error
  • Loading branch information
1000hz committed Oct 28, 2020
2 parents 21fcf9b + d95e58f commit 88b6025
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 88b6025

Please sign in to comment.