mirror of
https://github.com/denoland/deno.git
synced 2025-02-22 13:13:32 -05:00
6 lines
186 B
Text
6 lines
186 B
Text
TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
const _test: string = getValue();
|
|
~~~~~
|
|
at file:///[WILDCARD]/fail_check.ts:3:7
|
|
|
|
error: Type checking failed.
|