jycutils
v0.0.11
Published
dev utils
Readme
jycutils
common utils
Example
type
type({}) // object
type('abc') // stringformatDate(date, 'yyyy-MM-dd hh:mm:ss')
formatDate(1572755606730, 'yyyy-MM-dd hh:mm:ss') // 2019-11-03 12:33:26check.isMobile(mobile)
check.isMobile('13800138000') // truequeryString(key)
// http://www.feweb.top/detail?p=123
queryString('id') // 123