foxts
Version:
Opinionated collection of common TypeScript utils by @SukkaW
1 lines • 144 B
JavaScript
;var e=require("../identity/index.js");exports.addArrayElementsToSet=function(t,r,i=e.identity){return r.forEach(e=>t.add(i(e))),t};
Opinionated collection of common TypeScript utils by @SukkaW