touchstudy-core 0.1.32 → 0.1.33

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.
@@ -4,5 +4,6 @@ export declare type FormatDataMyAnswer = {
4
4
  category: Category;
5
5
  questions: Question[];
6
6
  };
7
+ export declare const ellipsisText: (text: string, maxLength: number) => string;
7
8
  export declare const formatDataMyAnswer: (inputData: ExamResult, categories: CategoryResponse[]) => FormatDataMyAnswer[];
8
9
  export declare const formatTimeSecond: (duration: number, t: any) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "touchstudy-core",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Contains core components && functions for TouchStudy project",
5
5
  "author": "brss",
6
6
  "license": "MIT",