TypeScript Playground

by flyingbee2012

TypeScript

import { ObservableMap } from 'mobx'; 

const person = {
	name: 'biwu';
};

console.log('biwu');