Mission Control Dashboard - Initial implementation
This commit is contained in:
6
node_modules/motion-dom/dist/es/view/utils/has-target.mjs
generated
vendored
Normal file
6
node_modules/motion-dom/dist/es/view/utils/has-target.mjs
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function hasTarget(target, targets) {
|
||||
return targets.has(target) && Object.keys(targets.get(target)).length > 0;
|
||||
}
|
||||
|
||||
export { hasTarget };
|
||||
//# sourceMappingURL=has-target.mjs.map
|
||||
Reference in New Issue
Block a user