Notifications You must be signed in to change notification settings Principes d'ingénierie logicielle, de l'ouvrage de Robert C. Martin Clean Code, adapté pour ...
var F = require('french-phone-api') new F.FrenchPhoneInfoGetter('0782301616') .getInformation() .then((result)=>{ console.log(result) }) .catch(err=>{ console.log(err ...