deno.com

禁止未定义变量

禁止使用未声明的变量。

无效示例

const foo = someFunction();
const bar = a + 1;

您找到所需内容了吗?

隐私政策