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.
2 parents 1291fbd + 160ba91 commit 4ade479Copy full SHA for 4ade479
src/content/9/en/part9b.md
@@ -1040,7 +1040,7 @@ export type Operation = 'multiply' | 'add' | 'divide';
1040
Now we can import the type and use a <i>type assertion</i> to tell the TypeScript compiler what type a variable has:
1041
1042
```js
1043
-import { calculator, Operation } from './calculator'; // highligh-line
+import { calculator, Operation } from './calculator'; // highlight-line
1044
1045
app.post('/calculate', (req, res) => {
1046
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
0 commit comments