fix(core): update

This commit is contained in:
2022-03-06 11:09:53 +01:00
parent 1ccc67215c
commit a7c12795fb
5 changed files with 19220 additions and 3353 deletions

View File

@@ -1,4 +1,7 @@
// thirdparty scope
// tslint:disable-next-line: no-submodule-imports
import fastDeepEqual from 'fast-deep-equal/es6';
import minimatch from 'minimatch';
export { fastDeepEqual };
export { fastDeepEqual, minimatch };