EASYAIuniappNewUI/node_modules/licia/unique.d.ts
2025-02-08 18:50:38 +08:00

7 lines
116 B
TypeScript

declare function unique(
arr: any[],
cmp?: (a: any, b: any) => boolean | number
): any[];
export = unique;