2022-03-06 11:09:53 +01:00
|
|
|
// thirdparty scope
|
2021-03-22 02:33:01 +00:00
|
|
|
// tslint:disable-next-line: no-submodule-imports
|
2023-07-12 19:40:41 +02:00
|
|
|
import fastDeepEqual from 'fast-deep-equal/es6/index.js';
|
2023-07-12 19:59:28 +02:00
|
|
|
import * as minimatch from 'minimatch';
|
2021-03-22 02:33:01 +00:00
|
|
|
|
2022-03-06 11:09:53 +01:00
|
|
|
export { fastDeepEqual, minimatch };
|