dphelper 0.2.103 → 0.2.105

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 ADDED
@@ -0,0 +1,27 @@
1
+ /*
2
+ Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
+ License: CC BY-NC-ND 4.0
4
+ */
5
+
6
+ /// <reference path="./types/dphelper.d.ts" />
7
+ /// <reference path="./types/jquery.d.ts" />
8
+
9
+ declare namespace dphelper {
10
+
11
+ export interface Window {
12
+ dphelper: any
13
+ }
14
+ export interface Window {
15
+ state: any
16
+ }
17
+ export interface Window {
18
+ store: any
19
+ }
20
+ export interface Window {
21
+ cache: any
22
+ }
23
+ export interface Window {
24
+ api: any
25
+ }
26
+
27
+ }