Mission Control Dashboard - Initial implementation
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
function isAnimationControls(v) {
|
||||
return (v !== null &&
|
||||
typeof v === "object" &&
|
||||
typeof v.start === "function");
|
||||
}
|
||||
|
||||
export { isAnimationControls };
|
||||
//# sourceMappingURL=is-animation-controls.mjs.map
|
||||
Reference in New Issue
Block a user