smartobject/ts/smartobject.plugins.ts

7 lines
206 B
TypeScript
Raw Normal View History

2022-03-06 10:09:53 +00:00
// thirdparty scope
2021-03-22 02:33:01 +00:00
// tslint:disable-next-line: no-submodule-imports
2023-07-12 17:40:41 +00:00
import fastDeepEqual from 'fast-deep-equal/es6/index.js';
2023-07-12 17:59:28 +00:00
import * as minimatch from 'minimatch';
2021-03-22 02:33:01 +00:00
2022-03-06 10:09:53 +00:00
export { fastDeepEqual, minimatch };