mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
6 lines
176 B
Text
6 lines
176 B
Text
|
Check file:///[WILDLINE]/package-b/mod.ts
|
||
|
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
|
||
|
const test: string = add(1, 2);
|
||
|
~~~~
|
||
|
at [WILDLINE]
|