Skip to content

Instantly share code, notes, and snippets.

@fabiomcosta
Created April 2, 2010 15:34
Show Gist options
  • Save fabiomcosta/353273 to your computer and use it in GitHub Desktop.
Save fabiomcosta/353273 to your computer and use it in GitHub Desktop.
Type.isEnumerable = function(item){
return (typeof item != 'object' && typeof item != 'string' && typeof item.length == 'number');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment