Skip to content

Instantly share code, notes, and snippets.

@paustint
Created March 24, 2018 00:03
Show Gist options
  • Save paustint/3308f083f7ba7c514ef8474d96e04422 to your computer and use it in GitHub Desktop.
Save paustint/3308f083f7ba7c514ef8474d96e04422 to your computer and use it in GitHub Desktop.
// 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