mirror of
https://github.com/denoland/deno.git
synced 2024-11-05 09:04:41 -05:00
4 lines
163 B
Text
4 lines
163 B
Text
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
|
const _test: string = getValue();
|
|
~~~~~
|
|
at file:///[WILDCARD]/fail_check.ts:3:7
|