Wats0ns@sh.itjust.works to Programmer Humor · 1 year agoInm looking at you Typescript devsh.itjust.worksimagemessage-square44fedilinkarrow-up1536arrow-down113
arrow-up1523arrow-down1imageInm looking at you Typescript devsh.itjust.worksWats0ns@sh.itjust.works to Programmer Humor · 1 year agomessage-square44fedilink
minus-squarevithigar@lemmy.calinkfedilinkarrow-up4·1 year agoAnd if you have linter rules preventing any as a boundary type you just use Record<String, any>.
And if you have linter rules preventing
any
as a boundary type you just useRecord<String, any>
.