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