@tarojs/shared
Advanced tools
Comparing version 3.1.0-beta.10 to 3.1.0-beta.11
@@ -6,5 +6,5 @@ export declare function isString(o: unknown): o is string; | ||
export declare function isBoolean(o: unknown): o is boolean; | ||
export declare function isFunction(o: unknown): o is Function; | ||
export declare function isFunction(o: unknown): o is (...args: any[]) => any; | ||
export declare function isNumber(o: unknown): o is number; | ||
export declare function isBooleanStringLiteral(o: unknown): o is string; | ||
export declare const isArray: (arg: any) => arg is any[]; |
@@ -35,3 +35,3 @@ export declare const EMPTY_OBJ: any; | ||
export declare function capitalize(s: string): string; | ||
export declare const hasOwn: (val: object, key: string | symbol) => any; | ||
export declare const hasOwn: (val: Record<any, any>, key: string | symbol) => any; | ||
/** | ||
@@ -38,0 +38,0 @@ * ensure takes a condition and throw a error if the condition fails, |
{ | ||
"name": "@tarojs/shared", | ||
"version": "3.1.0-beta.10", | ||
"version": "3.1.0-beta.11", | ||
"description": "> TODO: description", | ||
@@ -28,3 +28,3 @@ "author": "yuche <i@yuche.me>", | ||
}, | ||
"gitHead": "533f1b1703f79514d8248235ea09a5d3b700be2d" | ||
"gitHead": "674ea5e9858b5ce5578c39a9d8c0971a12c69a82" | ||
} |
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
274326