Blame view

天文台pc/tianwentai-ui/node_modules/hasown/index.d.ts 117 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
  declare function hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
  
  export = hasOwn;