TypeScript Playground by flyingbee2012 May 03, 2020 TypeScript import { ObservableMap } from 'mobx'; const person = { name: 'biwu'; }; console.log('biwu');