undefined-service-web is a JavaScript library for building user interfaces.
#install
npm install undefined-service-web -save
import service from 'undefined-service-web'
REACT_APP_KEY_URLAPI="strig"
REACT_APP_KEY_TIMEOUT=INT
//retrun boolean
service.isNullOrEmpty(obj)
//retrun res
service.getHttp(path)
//retrun res
service.postHttp(string)
//retrun lodash
service.lodash
//retrun boolean
service.UrlDetect(url)
Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12. Automated browser & CI test runs are available.