fix(core): update

This commit is contained in:
2023-07-12 19:59:28 +02:00
parent 9e343aab84
commit 17be38125f
5 changed files with 40 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
// thirdparty scope
// tslint:disable-next-line: no-submodule-imports
import fastDeepEqual from 'fast-deep-equal/es6/index.js';
import minimatch from 'minimatch';
import * as minimatch from 'minimatch';
export { fastDeepEqual, minimatch };