Skip to content

Instantly share code, notes, and snippets.

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 mcavaliere/148ed70cf22fb8096a7afbb271a12deb to your computer and use it in GitHub Desktop.
Save mcavaliere/148ed70cf22fb8096a7afbb271a12deb to your computer and use it in GitHub Desktop.
import Utils from 'utils.js';
// Load the config.
let config = Utils.initConfig();
// Later, use it
if ( ! Utils.configSettingExists( config, 'foo' ) ) {
Utils.printConfigFormatInstructions();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment