source:
frontend/node_modules/array-union/index.js
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 104 bytes | |
| Line | |
|---|---|
| 1 | 'use strict'; |
| 2 | |
| 3 | module.exports = (...arguments_) => { |
| 4 | return [...new Set([].concat(...arguments_))]; |
| 5 | }; |
Note:
See TracBrowser
for help on using the repository browser.
