UNPKG

phenomic

Version:

Modern website generator based on the React and Webpack ecosystem.

6 lines (4 loc) 173 B
// @ flow // flow is not enabled because of the issue with set and spread // https://github.com/facebook/flow/issues/1059 export default (array) => [ ...(new Set(array)) ]