dphelper 0.9.1 → 0.9.5

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.
package/index.d.ts CHANGED
@@ -5,23 +5,3 @@ License: MIT
5
5
 
6
6
  /// <reference path="./types/dphelper.d.ts" />
7
7
  /// <reference path="./types/jquery.d.ts" />
8
-
9
- declare namespace dphelper {
10
-
11
- export interface GlobalThis {
12
- dphelper: any
13
- }
14
- export interface GlobalThis {
15
- state: any
16
- }
17
- export interface GlobalThis {
18
- store: any
19
- }
20
- export interface GlobalThis {
21
- cache: any
22
- }
23
- export interface GlobalThis {
24
- api: any
25
- }
26
-
27
- }