Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 312 Bytes

File metadata and controls

28 lines (21 loc) · 312 Bytes
sidebarDepth categories tags
0
TypeScript
TSLint
TypeScript

new-parens

new 一个对象时,必须使用圆括号。

const foo = new Foo;
const foo = new Foo();