NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/xe-utils/methods/base/toStringJSON.d.ts

20 lines
359 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import { XEUtilsMethods } from '../xe-utils'
/**
* JSON
* @param str
*/
export declare function toStringJSON(str: string): any;
declare module '../xe-utils' {
interface XEUtilsMethods {
/**
* JSON
* @param str
*/
toStringJSON: typeof toStringJSON;
}
}
export default toStringJSON