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