smartobject/ts/smartobject.plugins.ts
2022-03-06 11:09:53 +01:00

8 lines
193 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 };