2022-03-06 10:09:53 +00:00
|
|
|
// thirdparty scope
|
2021-03-22 02:33:01 +00:00
|
|
|
// tslint:disable-next-line: no-submodule-imports
|
|
|
|
import fastDeepEqual from 'fast-deep-equal/es6';
|
2022-03-06 10:09:53 +00:00
|
|
|
import minimatch from 'minimatch';
|
2021-03-22 02:33:01 +00:00
|
|
|
|
2022-03-06 10:09:53 +00:00
|
|
|
export { fastDeepEqual, minimatch };
|