7 lines
192 B
TypeScript
7 lines
192 B
TypeScript
// thirdparty scope
|
|
// tslint:disable-next-line: no-submodule-imports
|
|
import fastDeepEqual from 'fast-deep-equal/es6';
|
|
import minimatch from 'minimatch';
|
|
|
|
export { fastDeepEqual, minimatch };
|