UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

6 lines (5 loc) 148 B
/** * Join together all input arrays into one new array. */ declare const join: (a: Set<any>, b: Set<any>) => Set<any>; export default join;