Happy HS

Results 2 comments of Happy HS

最好是可以拖拽宽度,窗口小到一定大小的时候,可以自己折叠起来,这样可以弄成小窗视图放在旁边

The syntax can be something like ```typescript function incoming(thing: array | number, another: boolean | string): void { // thing is array or number if (checkSomething()) { guard thing as...