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