smartmatch/ts/smartmatch.plugins.ts

6 lines
79 B
TypeScript
Raw Normal View History

2020-02-25 19:02:52 +00:00
// third party scope
import picomatch from 'picomatch';
export {
picomatch
}