/** * 清空数组 * @param arr 数组 * @example clear(arr); */ export default function clear(arr: T[]): T[];