/** * 字串转 json * @param {string|object} resp * @returns {*} */ export function toJson(resp: string | object): any;