callmepk@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoMe, migrating my code from JavaScript to TypeScript:lemmy.worldimagemessage-square40fedilinkarrow-up1341arrow-down114
arrow-up1327arrow-down1imageMe, migrating my code from JavaScript to TypeScript:lemmy.worldcallmepk@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square40fedilink
minus-squaremaster5o1@lemmy.nzlinkfedilinkarrow-up7·1 year agooh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].
oh you’ve got a private variable that I want to use? No worries, (foo as any)[‘secret’].