Skip to content

Instantly share code, notes, and snippets.

@kamataryo
Created May 26, 2017 16:17
Show Gist options
  • Save kamataryo/aca31e36983bd9ffa1b3ddd20cfbab8e to your computer and use it in GitHub Desktop.
Save kamataryo/aca31e36983bd9ffa1b3ddd20cfbab8e to your computer and use it in GitHub Desktop.
imort $switch from '@kamataryo/extypes/Object/$switch'
'ABC'[$switch]
.case('abc', () => console.log('not matched..'))
.case('ABC', () => console.log('matched!'))
.default(() => console.log('not matched..'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment