UNPKG

@stryke/helpers

Version:

A package containing miscellaneous helper functions that are used across many different Storm Software projects.

2 lines (1 loc) 91 B
import{getUnique as r}from"./get-unique";export function union(n,o){return r([...n,...o])}