Skip to content

Commit b5c9e1c

Browse files
docs: Update typescript.md (#514)
Co-authored-by: Joseph Lewis III <[email protected]>
1 parent fe8b862 commit b5c9e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the Functions Framework.
7676
annotate the event payload type you expect.
7777

7878
```typescript
79-
import ff from '@google-cloud/functions-framework';
79+
import * as ff from '@google-cloud/functions-framework';
8080

8181
interface PubSubData {
8282
subscription: string;

0 commit comments

Comments
 (0)