Skip to content

Commit 97692e5

Browse files
authored
Update index.md
1 parent 362f6c1 commit 97692e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/4-advanced/03-typescript/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ Vite は、標準で TypeScript のトランスパイラが内蔵されていま
391391

392392
3. `(v: unknown) => string``(v: string) => never`
393393

394-
395394
```typescript
396395
declare const a: (v: unknown) => string;
397396
declare const b: (v: never) => string;

0 commit comments

Comments
 (0)