blob: a27e8d7af7508322db0bdc47b9b64d83935a11b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Check file:///[WILDLINE]main.js
error: TS2580 [ERROR]: Cannot find name 'module'.
module.exports.add = function (a, b) {
~~~~~~
at file:///[WILDLINE]
TS7006 [ERROR]: Parameter 'a' implicitly has an 'any' type.
module.exports.add = function (a, b) {
^
at file:///[WILDLINE]
TS7006 [ERROR]: Parameter 'b' implicitly has an 'any' type.
module.exports.add = function (a, b) {
^
at file:///[WILDLINE]
Found 3 errors.
|