TS Tricks

TS大法好! [TOC]javascript TS Tricks 巧用註釋 /** A cool guy. */ interface Person { /** A cool name. */ name: string, } 巧用 typeof 咱們通常先寫類型,再使用:php interface Opt { timeout: number } const defaultOption:
相關文章
相關標籤/搜索