@micro-zoe/micro-app
Advanced tools
Comparing version 1.0.0-rc.9 to 1.0.0-rc.10
@@ -146,6 +146,6 @@ /// <reference path="../typings/global.d.ts" /> | ||
export function isNode(target: unknown): target is Node; | ||
export function isCanvasElement(target: unknown): target is HTMLAnchorElement; | ||
export function isCanvasElement(target: unknown): target is HTMLCanvasElement; | ||
export function isAnchorElement(target: unknown): target is HTMLAnchorElement; | ||
export function isAudioElement(target: unknown): target is HTMLAnchorElement; | ||
export function isVideoElement(target: unknown): target is HTMLAnchorElement; | ||
export function isAudioElement(target: unknown): target is HTMLAudioElement; | ||
export function isVideoElement(target: unknown): target is HTMLVideoElement; | ||
export function isLinkElement(target: unknown): target is HTMLLinkElement; | ||
@@ -348,8 +348,2 @@ export function isStyleElement(target: unknown): target is HTMLStyleElement; | ||
export function isEmptyObject(target: unknown): boolean; | ||
/** | ||
* | ||
* @param {string} url input url | ||
* @returns {boolean} is relative path | ||
*/ | ||
export const isRelativePath: (url: string) => boolean; | ||
} | ||
@@ -356,0 +350,0 @@ |
{ | ||
"name": "@micro-zoe/micro-app", | ||
"version": "1.0.0-rc.9", | ||
"version": "1.0.0-rc.10", | ||
"description": "A lightweight, efficient and powerful micro front-end framework", | ||
@@ -5,0 +5,0 @@ "private": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2360312
11076