UNPKG

telefunc

Version:

Remote functions. Instead of API.

5 lines (4 loc) 81 B
export { unique }; function unique(arr) { return Array.from(new Set(arr)); }