import {prop1, C1,func} from "./ts9"; /** * Created by ufo9631 on 2017/5/25. */ console.log(prop1); func(); new C1(); export function func3() { }