@micro-zoe/micro-app 1.0.0-beta.0 → 1.0.0-beta.2
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/lib/index.d.ts +1 -0
- package/lib/index.esm.js +1640 -1527
- package/lib/index.esm.js.map +1 -1
- package/lib/index.min.js +1 -1
- package/lib/index.min.js.map +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/typings/global.d.ts +4 -16
package/lib/index.d.ts
CHANGED
|
@@ -147,6 +147,7 @@ declare module '@micro-zoe/micro-app/libs/utils' {
|
|
|
147
147
|
export function isDivElement(target: unknown): target is HTMLDivElement;
|
|
148
148
|
export function isImageElement(target: unknown): target is HTMLImageElement;
|
|
149
149
|
export function isBaseElement(target: unknown): target is HTMLBaseElement;
|
|
150
|
+
export function isMicroAppBody(target: unknown): target is HTMLElement;
|
|
150
151
|
export function isProxyDocument(target: unknown): target is Document;
|
|
151
152
|
/**
|
|
152
153
|
* format error log
|