{"code":"/**\r\n * Returns only the unique elements in array.\r\n * If you want the duplicates use: pure-fun/arrays/duplicates.ts\r\n */\r\nconst unique = (arr) => [...new Set(arr)];\r\nexport default unique;\r\n//# sourceMappingURL=index.js.map","map":"{\"version\":3,\"file\":\"index.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../src/arrays/unique/index.ts\"],\"names\":[],\"mappings\":\"AAAA;;;GAGG;AACH,MAAM,MAAM,GAAG,CAAC,GAAU,EAAS,EAAE,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC;AACxD,eAAe,MAAM,CAAC\"}","dts":{"name":"/Users/thibault/Development/pure-fun/arrays/unique/index.d.ts","writeByteOrderMark":false,"text":"/**\r\n * Returns only the unique elements in array.\r\n * If you want the duplicates use: pure-fun/arrays/duplicates.ts\r\n */\r\ndeclare const unique: (arr: any[]) => any[];\r\nexport default unique;\r\n"}}
