UNPKG

@applitools/eyes-storybook

Version:
8 lines (5 loc) 97 B
'use strict'; function uniq(arr) { return Array.from(new Set(arr)); } module.exports = uniq;