elcrm 0.8.89 → 0.8.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,7 @@ import { default as CapitalizeFirstLetter } from './CapitalizeFirstLetter';
12
12
  import { default as DeclensionWord } from './DeclensionWord';
13
13
  import { default as Select } from './Select';
14
14
  import { default as SelectParams } from './SelectParams';
15
+ import { default as Week } from './Week';
15
16
  import { default as ObjectByArray } from './ObjectByArray';
16
17
  import { default as Age } from './Age';
17
18
  import { default as isNumeric } from './isNumeric';
@@ -35,5 +36,6 @@ declare const _default: {
35
36
  SelectParams: typeof SelectParams;
36
37
  ObjectByArray: typeof ObjectByArray;
37
38
  isNumeric: typeof isNumeric;
39
+ Week: typeof Week;
38
40
  };
39
41
  export default _default;