Skip to content

Instantly share code, notes, and snippets.

@BumpeiShimada
Created October 16, 2018 15:12
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 BumpeiShimada/f16513aacf3443e0eafdb88308ab8647 to your computer and use it in GitHub Desktop.
Save BumpeiShimada/f16513aacf3443e0eafdb88308ab8647 to your computer and use it in GitHub Desktop.
export function isEmpty(str) {
return (!str || 0 === str.length);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment