1
This commit is contained in:
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isPlainObject.d.ts
vendored
Normal file
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/isPlainObject.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 判断是否是一个对象
|
||||
* @param val 值
|
||||
*/
|
||||
export declare function isPlainObject(val: any): val is object;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
isPlainObject: typeof isPlainObject;
|
||||
}
|
||||
}
|
||||
|
||||
export default isPlainObject
|
||||
Reference in New Issue
Block a user