smartobject/ts/smartobject.plugins.ts
2022-03-07 15:28:32 +01:00

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 };