mirror of
https://github.com/denoland/deno.git
synced 2025-02-23 05:33:33 -05:00
19 lines
515 B
Text
19 lines
515 B
Text
Check file:///[WILDLINE]main.js
|
|
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.
|
|
|
|
error: Type checking failed.
|