/** * 一维数组去重 * @param {} * @returns */ export {}; declare global { interface Array { byteToString(this: T[]): T[]; } }