sandeep-utileo
Version:
JS library with most common utils.
2 lines (1 loc) • 544 B
JavaScript
export{camelize,getIndex,isArray,isFunction,isIOS,isObject,partition,removeSpacesAndLowerCase,replaceSpaceWithUnderscore,replaceSpecialCharsWithUnderscore,titleCase,toNumber,validateName,validateOnlyNumber}from"./CommonUtils/CommonUtils.js";export{get,has,remove,removeAll,set}from"./StorageUtils/StorageUtils.js";export{checkGeolocationPermission,getCurrentLatLong,getGeolocation}from"./Geolocation/Geolocation.js";export{formatCurrency,parseCurrency}from"./CurrencyUtils/CurrencyUtils.js";export{getURLParameter}from"./UrlUtils/UrlUtils.js";