/** * 获取对象所有值 * * @param {object} obj 对象/数组 * @return {Array} */ declare const values: (obj: any) => any; export default values;