UNPKG

xe-utils-es

Version:

JavaScript 函数库、工具类

9 lines (8 loc) 181 B
/** * 字符串转JSON * * @param {string} str 字符串 * @return {object} 返回转换后对象 */ declare function toStringJSON(str: any): any; export default toStringJSON;