Mission Control Dashboard - Initial implementation
This commit is contained in:
7
node_modules/motion-utils/dist/es/is-zero-value-string.mjs
generated
vendored
Normal file
7
node_modules/motion-utils/dist/es/is-zero-value-string.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Check if the value is a zero value string like "0px" or "0%"
|
||||
*/
|
||||
const isZeroValueString = (v) => /^0[^.\s]+$/u.test(v);
|
||||
|
||||
export { isZeroValueString };
|
||||
//# sourceMappingURL=is-zero-value-string.mjs.map
|
||||
Reference in New Issue
Block a user