worldline / rock-the-web-with-nodejs

A node.js introduction training to rock your daily developper life !
http://worldline.github.io/rock-the-web-with-nodejs/
5 stars 2 forks source link

Ajout des syntaxes ES6 pour require #23

Open qtomasicchio opened 6 years ago

qtomasicchio commented 6 years ago

Dans la parties Modularity in NodeJS, ajouter les syntaxes liées à ES6 :

const { Writable, Something } = require('otherthing');