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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

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