sprof 0.0.27 → 0.0.28

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.
@@ -1,5 +1,4 @@
1
- import { default as CoreStore } from '../store/Store';
2
- export default abstract class $P {
1
+ export default abstract class PHelp {
3
2
  static Auth: {
4
3
  readonly Form: {
5
4
  Block: (fn: () => Promise<void>) => Promise<void>;
@@ -123,5 +122,4 @@ export default abstract class $P {
123
122
  pagesCount: () => number;
124
123
  reset: () => void;
125
124
  };
126
- static Store: typeof CoreStore;
127
125
  }
@@ -1,3 +1,4 @@
1
+ import { default as CoreStore } from '../store/Store';
1
2
  export default abstract class $P {
2
3
  static Auth: {
3
4
  readonly Form: {
@@ -122,4 +123,5 @@ export default abstract class $P {
122
123
  pagesCount: () => number;
123
124
  reset: () => void;
124
125
  };
126
+ static Store: typeof CoreStore;
125
127
  }