表示插入的Map 的key与value的类型
// compound keys capability
type PrimaryKey = Array<string>;
primaryKeys: Map<string, PrimaryKey>
primaryKeys: Map<string, PrimaryKey> = defaultPrimaryKeys) => ({
前端项目实战49-map类中的<String,String>泛型的意思
阅读 126
2023-02-13
表示插入的Map 的key与value的类型
// compound keys capability
type PrimaryKey = Array<string>;
primaryKeys: Map<string, PrimaryKey>
primaryKeys: Map<string, PrimaryKey> = defaultPrimaryKeys) => ({
相关推荐
精彩评论(0)