blob: 8703539019d6165383c1a8963c01c92742bbe980 (
plain)
1
2
3
4
5
|
Check file:///[WILDLINE]/mod.mts
error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'.
console.log(add(1, "test"));
~~~~~~
at file:///[WILDLINE]/mod.mts:3:20
|