Skip to content

Instantly share code, notes, and snippets.

@miclaus
Created July 11, 2016 20:40
Show Gist options
  • Save miclaus/6ad9ddcc59fea2563c2cdd959e5fa1e6 to your computer and use it in GitHub Desktop.
Save miclaus/6ad9ddcc59fea2563c2cdd959e5fa1e6 to your computer and use it in GitHub Desktop.
const lc = (str) => {
if ( typeof str === 'string' )
return str.toLowerCase()
return str
}
export default lc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment