1.0.9 • Published 2 years ago

js-common-functions v1.0.9

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

js-common-functions

GitHub stars GitHub license Rate on Openbase

NPM

Installation

npm install js-common-functions --save

DEMO

import {deepClone} from "js-common-functions";

console.log(deepClone({a: 1, b: {c: 2}})); // {a: 1, b: {c: 2}}

Some functions

  • deepClone
  • shallowClone
  • getObjectLength
  • timeFormat
  • ajax
  • isContain
  • unique
  • randomColor
  • sortBy
  • randomCode
  • checkPassword
  • checkEmail
  • checkPhone
  • checkIdCard
  • checkBankCard
  • checkPhoneSystem
  • getPhoneAttribution
  • fetch
  • isPC
  • trim
  • filterHTML
  • isFloat
  • isInteger
  • stringifyQueryString
  • getScrollTop
  • windowResize

If in doubt, please submitissues :)

More detailed documentation is here

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago