This repository has been archived by the owner on May 19, 2024. It is now read-only.
0.3.0
Pre-release
Pre-release
- Added new test function.
With this release, a small change is required to the way the library is imported.
Before
const match = require('micro-match');
After
const { match } = require('micro-match');