foxts
Version:
Opinionated collection of common TypeScript utils by @SukkaW
1 lines • 139 B
JavaScript
import{identity as r}from"../identity/index.mjs";function t(e,d,n=r){return d.forEach(r=>e.add(n(r))),e}export{t as addArrayElementsToSet};
Opinionated collection of common TypeScript utils by @SukkaW