UNPKG

rspress-plugin-devkit

Version:
4 lines (3 loc) 72 B
export function uniqArray(arr) { return Array.from(new Set(arr)); }