smartmatch/ts/smartmatch.plugins.ts

5 lines
78 B
TypeScript
Raw Normal View History

2020-02-25 19:02:52 +00:00
// third party scope
2022-08-09 16:19:05 +00:00
import * as matcher from 'matcher';
2020-02-25 19:02:52 +00:00
2020-05-25 18:09:39 +00:00
export { matcher };