Skip to content

Instantly share code, notes, and snippets.

@YurkaninRyan
Created February 6, 2018 13:39
Show Gist options
  • Save YurkaninRyan/a52def8887327a88c3bfb40c41ad45fc to your computer and use it in GitHub Desktop.
Save YurkaninRyan/a52def8887327a88c3bfb40c41ad45fc to your computer and use it in GitHub Desktop.
function init(userConfig) {
const DEFAULT_CONFIG = {
removeSpaces: false,
allowHighlighting: true,
priority: "high",
}
const config = { ...DEFAULT_CONFIG, ...userConfig };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment