Blame view

天文台pc/tianwentai-ui/node_modules/motion-utils/dist/es/is-zero-value-string.mjs 209 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
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