Blame view

天文台pc/tianwentai-ui/node_modules/motion-dom/dist/es/view/utils/has-target.mjs 182 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
  function hasTarget(target, targets) {
      return targets.has(target) && Object.keys(targets.get(target)).length > 0;
  }
  
  export { hasTarget };
  //# sourceMappingURL=has-target.mjs.map