标签: typescript
我正在尝试在Typescript中获取对象实例的类型,到目前为止,我已经做到了(如下)。有什么办法可以一行编写吗?令人惊讶的是,我在web / google
const inst = new Matrix4(); type Matrix4 = typeof inst;