smartmatch/ts/smartmatch.plugins.ts
2020-02-25 19:02:52 +00:00

6 lines
79 B
TypeScript

// third party scope
import picomatch from 'picomatch';
export {
picomatch
}