Skip to content

Instantly share code, notes, and snippets.

@crock
Last active February 15, 2018 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crock/54745448be2555e4199f93b792c31f6c to your computer and use it in GitHub Desktop.
Save crock/54745448be2555e4199f93b792c31f6c to your computer and use it in GitHub Desktop.
My personal collection of utility functions for JavaScript (ES6)
class accorelib {
debug(message) {
console.log("[DEBUG] " + message)
}
}
export default accorelib;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment