Hi folks. I cannot find a way to add https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/intersection into typescript. My lib is already ["dom", "dom.iterable", "esnext"]
Ideas?
1 messages · Page 1 of 1 (latest)
Hi folks. I cannot find a way to add https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/intersection into typescript. My lib is already ["dom", "dom.iterable", "esnext"]
Ideas?
esnext should bring it in. what version of typescript are you using?
intersection<U>(other: ReadonlySetLike<U>): Set<T & U>;
omg, I completely forgot to check the version!
5.3.3, kinda old
I should have checked it first in the playground, stupid