Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 3, 2020 05:53
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 velotiotech/1cf97512af4ee24e4ff01668ea2e64b5 to your computer and use it in GitHub Desktop.
Save velotiotech/1cf97512af4ee24e4ff01668ea2e64b5 to your computer and use it in GitHub Desktop.
isValidReducer(() => { return ) // should return true
isValidReducer(1) //should return false
isValidReducer(true) //should return false
isValidReducer(“example”) //should return false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment