UNPKG

62 BTypeScriptView Raw
1declare const uniq: (arr: any) => any[];
2export default uniq;