UNPKG

freshpack

Version:

Command line scaffolding tool for react apps

5 lines (3 loc) 121 B
const unique = array => array.filter((value, index, self) => self.indexOf(value) === index); module.exports = unique;