astro-ghostcms/.pnpm-store/v3/files/2f/5c82180b13f5b634c54a19d2191...

6 lines
104 B
Plaintext

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