smartobject/ts/smartobject.plugins.ts
2023-07-12 19:40:41 +02:00

7 lines
201 B
TypeScript

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