smartobject/ts/smartobject.plugins.ts
2023-07-12 19:59:28 +02:00

7 lines
206 B
TypeScript

// thirdparty scope
// tslint:disable-next-line: no-submodule-imports
import fastDeepEqual from 'fast-deep-equal/es6/index.js';
import * as minimatch from 'minimatch';
export { fastDeepEqual, minimatch };