PHP Classes

File: plugins/Crop/src/utils.js

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   plugins/Crop/src/utils.js   Download  
File: plugins/Crop/src/utils.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years ago
Size: 117 bytes
 

Contents

Class file image Download
export const exists = (v) => typeof v !== 'undefined'; export const round = (x) => +(Math.round(x * 1e2) + 'e-2');