smartmatch/ts/smartmatch.plugins.ts

5 lines
73 B
TypeScript
Raw Normal View History

2020-02-25 19:02:52 +00:00
// third party scope
2020-02-25 19:54:15 +00:00
import matcher from 'matcher';
2020-02-25 19:02:52 +00:00
2020-05-25 18:09:39 +00:00
export { matcher };