Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/esh527/import-and-export-a-boolean-using-common-js-module-syntax

Create two files exportBoolean.js, importBoolean.js parallel to README.md file. Write a boolean with the value as true in the exportBoolean.js file and export it using the default export syntax. Import the boolean value in the importBoolean.js file. Use Common JS module syntax.
https://github.com/esh527/import-and-export-a-boolean-using-common-js-module-syntax

Last synced: about 2 months ago
JSON representation

Create two files exportBoolean.js, importBoolean.js parallel to README.md file. Write a boolean with the value as true in the exportBoolean.js file and export it using the default export syntax. Import the boolean value in the importBoolean.js file. Use Common JS module syntax.

Awesome Lists containing this project