1
This commit is contained in:
15
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/toValueString.d.ts
vendored
Normal file
15
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/toValueString.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 转字符串
|
||||
* @param obj 值
|
||||
*/
|
||||
export declare function toValueString(obj: number | string | any[] | null): string;
|
||||
export declare function toValueString(obj: any): string;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
toValueString: typeof toValueString;
|
||||
}
|
||||
}
|
||||
|
||||
export default toValueString
|
||||
|
||||
Reference in New Issue
Block a user