dphelper 3.3.3 → 3.3.4
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.cjs +326 -276
- package/index.js +326 -276
- package/package.json +1 -1
- package/types/dphelper.d.ts +3 -1
package/package.json
CHANGED
package/types/dphelper.d.ts
CHANGED
|
@@ -658,8 +658,10 @@ interface globalThis {
|
|
|
658
658
|
[key: string]: any
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
+
declare var DPH_APP_CODE: string
|
|
662
|
+
declare var DPH_APP_VERSION: string
|
|
663
|
+
|
|
661
664
|
declare function confirm(message: string, func1: Function, func2?: Function): boolean
|
|
662
|
-
declare var __DPH_VERSION__: string
|
|
663
665
|
|
|
664
666
|
declare var dphelper: _dphelper
|
|
665
667
|
type dphelper = _dphelper
|