@ctx-core/object
Advanced tools
Comparing version 6.1.9 to 6.1.10
@@ -29,3 +29,3 @@ /** | ||
*/ | ||
export declare const toString: () => string; | ||
export declare const toString: any; | ||
/** | ||
@@ -36,3 +36,3 @@ * Is the argument an Array? | ||
*/ | ||
export declare function isArray(obj: any): boolean; | ||
export declare function isArray(obj: any): any; | ||
/** | ||
@@ -39,0 +39,0 @@ * Returns boolean of `obj` is an object |
{ | ||
"name": "@ctx-core/object", | ||
"version": "6.1.9", | ||
"version": "6.1.10", | ||
"description": "ctx-core object", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "f1b04e485ef32b04e3a60547cecd7594c91401c2" | ||
"gitHead": "588c2774d75714841ccb736d478a11704805b355" | ||
} |
import { _andand } from '@ctx-core/function' | ||
declare const Object | ||
declare const Array | ||
declare const JSON | ||
/** | ||
@@ -3,0 +6,0 @@ * @typedef {Object} ctx |
58892
2057