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-fonctions-communes

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}}

Certaines fonctions

  • deepClone
  • Clone peu profond
  • getObjectLength
  • format de l'heure
  • ajax
  • estContient
  • unique
  • couleur aléatoire
  • Trier par
  • code aléatoire
  • checkPassword
  • vérifier le courriel
  • checkTéléphone
  • checkIdCard
  • chèqueBanqueCarte
  • checkPhoneSystem
  • getPhoneAttribution
  • aller chercher
  • isPC
  • garniture
  • filtreHTML
  • estFlottant
  • estEntier
  • stringifyQueryString
  • getScrollTop
  • redimensionner la fenêtre

En cas de doute, veuillez soumettrequestions:)

Plus détailléDocumentationestici