smartobject/ts/index.ts

7 lines
213 B
TypeScript
Raw Normal View History

2023-07-12 17:40:41 +00:00
import * as plugins from './smartobject.plugins.js';
2021-03-22 02:33:01 +00:00
const fastDeepEqual = plugins.fastDeepEqual;
2021-03-22 02:33:23 +00:00
export { fastDeepEqual };
2021-03-22 02:33:01 +00:00
2023-07-12 17:40:41 +00:00
export * from './smartobject.classes.smartobject.js';
export * from './tools/index.js';