@pashoo2/clean-architecture-boilerplate
Version:
Clean architecture boilerplate
5 lines (4 loc) • 441 B
TypeScript
export { ICompareDateValues } from './objectTypeValuesComparison';
export { ICompareArraysWithStrategy, ICompareObjects, ICompareObjectsWithStrategy, } from './objectsComparison';
export { ICompareSimpleTypeValues } from './simpleTypeValueComparison';
export { ICompareAnyByStrategy, ICompareValues, ICompareValuesAsync, ICompareValuesByStrategy, ICompareValuesShallowStrategy, ICompareValuesStrategy, } from './valuesComparisonStrategies';