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