fix(core): update

This commit is contained in:
2020-05-25 18:09:39 +00:00
parent 2a6fc4110e
commit efd901af17
6 changed files with 2162 additions and 331 deletions

View File

@ -9,4 +9,4 @@ export class SmartMatch {
public match(matchStringArg: string): boolean {
return plugins.matcher.isMatch(matchStringArg, this.wildcard);
}
}
}

View File

@ -1,6 +1,4 @@
// third party scope
import matcher from 'matcher';
export {
matcher
}
export { matcher };