typescript-tutorial icon indicating copy to clipboard operation
typescript-tutorial copied to clipboard

void 类型不能赋值为null

Open calebxx opened this issue 5 years ago • 0 comments
trafficstars

> let j: void = null
[eval].ts:3:5 - error TS2322: Type 'null' is not assignable to type 'void'.

calebxx avatar Apr 17 '20 11:04 calebxx