Skip to content

Instantly share code, notes, and snippets.

@wycats
Created May 27, 2015 23:19
Show Gist options
  • Save wycats/ee71e53b887855d1ae52 to your computer and use it in GitHub Desktop.
Save wycats/ee71e53b887855d1ae52 to your computer and use it in GitHub Desktop.
export default function ifHelper([value]) {
if (value) {
this.yield();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment