Skip to content

anduong96/miatch

Repository files navigation

miatch

build status code coverage styled with prettier license npm downloads

Clean try/catch wrapper

Table of Contents

Install

npm:

npm install miatch

yarn:

yarn add miatch

Usage ES6

import { miatch } from 'miatch'
const {
  FIRST,
  SECOND,
  THIRD
} = miatch()

FIRST === 'FIRST'
SECOND === 'SECOND'
THIRD === 'THIRD'

Contributors

Name
An Duong

License

MIT © An Duong

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published