miatch
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i miatch

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    8.82 kB

    Total Files

    13

    Last publish

    Collaborators

    • ahdng