We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78c138 commit ece367eCopy full SHA for ece367e
documentation/docs/06-runtime/02-context.md
@@ -86,6 +86,7 @@ Svelte will warn you if you get it wrong.
86
A useful pattern is to wrap the calls to `setContext` and `getContext` inside helper functions that let you preserve type safety:
87
88
```js
89
+/// file: context.js
90
// @filename: ambient.d.ts
91
interface User {}
92
0 commit comments