- Notifications
You must be signed in to change notification settings - Fork50
Open
Description
关于泛型一节中的类型约束是否写错了?
在ts中,字面量类型开头字母应为小写;而通过new实例化出来的数据,开头为大写?
即不应为String 而是string ?
Metadata
Metadata
Assignees
Labels
No labels
关于泛型一节中的类型约束是否写错了?
在ts中,字面量类型开头字母应为小写;而通过new实例化出来的数据,开头为大写?
即不应为String 而是string ?