• File: index.js
  • Full Path: /var/www/paytek-africa.com/node_modules/array-union/index.js
  • Date Modified: 07/19/2022 5:05 PM
  • File size: 104 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

module.exports = (...arguments_) => {
	return [...new Set([].concat(...arguments_))];
};