Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Created December 16, 2021 03:37
Show Gist options
  • Select an option

  • Save mitchallen/bdaf2ab4fdfa267e0b4ba0909d98c77e to your computer and use it in GitHub Desktop.

Select an option

Save mitchallen/bdaf2ab4fdfa267e0b4ba0909d98c77e to your computer and use it in GitHub Desktop.
How to Create a JavaScript Module (NodeJS, Browser) (scriptable.com)
// 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