UNPKG

petite-utils

Version:

A collection of small util function in JavaScript.

7 lines (6 loc) 121 B
/** * @group 工具函数 * @param arr 数组 * @returns */ export declare function removeRepeat(arr: any[]): any[];