Files
getting-started/nodejs/modules/README.md
Robert Dey 7b3d79713c Nodejs module systems (#151)
* add code examples for nodejs modules

* add new cases for es modules

* add README
2022-02-18 06:25:06 +11:00

4 lines
246 B
Markdown

# Examples for [How to Use Modules in Your NodeJS Application?](nodejs-module-systems)
This repository contains the source code of the article's examples. They cover the basics on how to use the module
systems CommonJS and ES Modules in NodeJS.