Created
October 23, 2017 03:24
-
-
Save khaosdoctor/651096e5fa9f517d47bf01bc8ac0aaee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default = 1 | |
export default = NaN | |
export default = 'foo' | |
export default = { foo: 'bar' } | |
export default = [ 'foo', 'bar' ] | |
export default = function foo () {} | |
export default = () => {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment