@vuepress/shared
Advanced tools
Comparing version 2.0.0-beta.42 to 2.0.0-beta.43
@@ -1,2 +0,2 @@ | ||
export { isArray, isFunction, isPromise, isString } from '@vue/shared'; | ||
export { isArray, isFunction, isString } from '@vue/shared'; | ||
@@ -3,0 +3,0 @@ /** |
// src/utils/index.ts | ||
import { isArray, isFunction, isPromise, isString } from "@vue/shared"; | ||
import { isArray, isFunction, isString } from "@vue/shared"; | ||
@@ -145,3 +145,2 @@ // src/utils/resolveHeadIdentifier.ts | ||
isPlainObject, | ||
isPromise, | ||
isString, | ||
@@ -148,0 +147,0 @@ removeEndingSlash, |
{ | ||
"name": "@vuepress/shared", | ||
"version": "2.0.0-beta.42", | ||
"version": "2.0.0-beta.43", | ||
"description": "Utils that shared between VuePress node and client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
18934
578