Created
December 16, 2021 03:37
-
-
Save mitchallen/bdaf2ab4fdfa267e0b4ba0909d98c77e to your computer and use it in GitHub Desktop.
How to Create a JavaScript Module (NodeJS, Browser) (scriptable.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Modify the index.js import command: | |
| import {makeObject, default as obj} from './my-mod.js'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment