0.0.4 • Published 2 years ago

@hd-sh/util v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

util

Example Usage

const Util, { isIOS,.... } = require('@hd-sh/util')

Util.getStyle

isIOS

or

const { isIOS, getStyle,.... } = require('@hd-sh/util')
isIOS
getStyle('dom','xx')
  isIOS,
  isAndroid,
  isIE,
  delay,
  sleep,
  generateRange,
  importScript,
  makeCancelablePromise,
  formatRequestData,
  formatPhoneDisplay,
  phoneDesensitize,
  throttle,
  stabilization,
  debounce,
  copyText,
  generateUuid,
  isEmptyArray,
  isEmptyObject,
  isEmptyValue,
  isGeneratorFunction,
  isNotNumber,
  noopValidator,
  patterns,
  validators,
  typeFn,
  sum,
  getStyle,
  getURLParams,
  formatSearchValue,
  getElementOffset,
  getStorageData,
  setStorageData,
  getSessionData,
  setSessionData,
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago