Михаил Башуров @saitonakamura
JavaScript. It's basically TypeScript with implicit `any`, but you don't have to write any types
— Horse JS (@horse_js) 30 октября 2018 г.
number | null
export { default } from './module'
tsc --noEmit --pretty --project .
CheckerPlugin
или fork-ts-checker
& |
this.handle = this.handle.bind(this)
handle = val => this.setState({ val })
type Task = { title: string }
const json = JSON.parse("{}")
const isValid = validate<Task>(json)