UNPKG

vite-plugin-userscript

Version:
3 lines (2 loc) 112 B
export const unique = <T>(arr: T[]): T[] => [...new Set(arr)]; export const trim = (str: string) => str.trim();