Last active
September 3, 2019 18:43
-
-
Save fchristant/46cd3fd6cd9a3d326a1e1393e4a48e17 to your computer and use it in GitHub Desktop.
dragon.module.load
This file contains 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
dragon.module.load("test").then(module => { | |
console.log(module.hello); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment