UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

6 lines (4 loc) 104 B
'use strict'; module.exports = (...arguments_) => { return [...new Set([].concat(...arguments_))]; };