smartobject/ts/index.ts

7 lines
198 B
TypeScript
Raw Normal View History

2020-07-24 11:37:11 +00:00
import * as plugins from './smartobject.plugins';
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
2022-03-07 14:28:32 +00:00
export * from './smartobject.classes.smartobject';
export * from './tools';