提交 24dadead 编写于 作者: fxy060608's avatar fxy060608

release: v3.0.0-alpha-3050120220706002

上级 ff696081
export function test() {
return { a: 1, b: [1, 2, 3] }
export function test(): JSONObject {
var res = { a: 1, b: [1, 2, 3] }
return res
}
type JSONObject = Record<string, any>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册