Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.67 KB

README.fr.md

File metadata and controls

51 lines (40 loc) · 1.67 KB

js-common-functions

GitHub starsGitHub licenseRate on OpenbasejsdelivrNPM

Installation

npm install js-common-functions --save

DÉMO

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

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

Quelques fonctions

  • deepClone
  • peu profondClone
  • getObjectLength
  • format de l'heure
  • Ajax
  • isContain
  • unique
  • couleur aléatoire
  • Trier par
  • code aléatoire
  • checkMot de passe
  • vérifier le courriel
  • vérifierTéléphone
  • checkIdCard
  • checkCarte Bancaire
  • checkPhoneSystem
  • getPhoneAttribution
  • aller chercher
  • estPC
  • garniture
  • filtreHTML
  • isFloat
  • estEntier
  • chaîne de requête stringify
  • getScrollTop
  • fenêtreRedimensionner

En cas de doute, veuillez soumettreproblèmes:)

Plus détaillédocumentationestici