Path : /var/www/html/solarwindia/public/theme/assets/custom/src/ |
Current File : /var/www/html/solarwindia/public/theme/assets/custom/src/utils.js |
export const exists = (v) => typeof v !== 'undefined'; export const round = (x) => +(Math.round(x * 1e2) + 'e-2');