/** * Replace date-JSON-string properties to date * * @param {*} obj * @return {*} the same object */ export default function tryParseJSONDate(obj: T): T;