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