@vue/devtools-shared
Advanced tools
Comparing version 7.0.10 to 7.0.11
@@ -21,2 +21,6 @@ declare const isBrowser: boolean; | ||
declare function randomStr(): string; | ||
declare function isObject<T extends object>(value: any): value is T; | ||
declare function isArray<T>(value: any): value is T[]; | ||
declare function isSet<T>(value: any): value is Set<T>; | ||
declare function isMap<K, V>(value: any): value is Map<K, V>; | ||
@@ -28,2 +32,2 @@ declare const VIEW_MODE_STORAGE_KEY = "__vue-devtools-view-mode__"; | ||
export { BROADCAST_CHANNEL_NAME, NOOP, VIEW_MODE_STORAGE_KEY, VITE_PLUGIN_CLIENT_URL_STORAGE_KEY, VITE_PLUGIN_DETECTED_STORAGE_KEY, basename, camelize, classify, deepClone, isBrowser, isInChromePanel, isInElectron, isInIframe, isMacOS, isNumeric, kebabize, randomStr, sortByKey, target }; | ||
export { BROADCAST_CHANNEL_NAME, NOOP, VIEW_MODE_STORAGE_KEY, VITE_PLUGIN_CLIENT_URL_STORAGE_KEY, VITE_PLUGIN_DETECTED_STORAGE_KEY, basename, camelize, classify, deepClone, isArray, isBrowser, isInChromePanel, isInElectron, isInIframe, isMacOS, isMap, isNumeric, isObject, isSet, kebabize, randomStr, sortByKey, target }; |
{ | ||
"name": "@vue/devtools-shared", | ||
"type": "module", | ||
"version": "7.0.10", | ||
"version": "7.0.11", | ||
"author": "webfansplz", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.10.6" | ||
"@types/node": "^20.11.5" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29648
745