@vuepress/shared
Advanced tools
Comparing version 2.0.0-rc.16 to 2.0.0-rc.17
@@ -280,3 +280,3 @@ import { MarkdownItHeader } from '@mdit-vue/types'; | ||
*/ | ||
declare const isPlainObject: <T extends Record<string, unknown> = Record<string, unknown>>(val: unknown) => val is T; | ||
declare const isPlainObject: <T extends Record<any, any> = Record<any, any>>(val: unknown) => val is T; | ||
/** | ||
@@ -283,0 +283,0 @@ * Check if a value is a string |
{ | ||
"name": "@vuepress/shared", | ||
"version": "2.0.0-rc.16", | ||
"version": "2.0.0-rc.17", | ||
"description": "Utils that shared between VuePress node and client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
15074