mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 06:32:09 -05:00
5 lines
113 B
Text
5 lines
113 B
Text
![]() |
error: TS2322 [ERROR]: Type 'string' is not assignable to type 'number'.
|
||
|
const a = "";
|
||
|
^
|
||
|
at [WILDCARD]
|