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