Created
December 16, 2021 03:22
-
-
Save mitchallen/ea3b94fa915e18e4d16b588820f46925 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
// File: my-mod.js | |
// Author: Mitch Allen | |
export default {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment