Created
March 24, 2018 00:03
-
-
Save paustint/3308f083f7ba7c514ef8474d96e04422 to your computer and use it in GitHub Desktop.
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
// utils.resource | |
window.utils = ({ | |
foo: function() { | |
console.log('HELLO, WORLD!'); | |
}, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment