mirror of
https://github.com/denoland/deno.git
synced 2024-12-04 17:18:23 -05:00
2b26444584
* https://github.com/denoland/deno_graph/pull/544 Closes https://github.com/denoland/deno/issues/25516
6 lines
256 B
Text
6 lines
256 B
Text
Download http://localhost:4545/add.ts
|
|
Check file:///[WILDLINE]main.js
|
|
error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type '(a: number, b: number) => number'.
|
|
addHere("");
|
|
~~
|
|
at file:///[WILDLINE]main.js:12:9
|