I just started to learn typescript and just started converting my nodejs/express application to typescript.
I have successfully got all types for the library using npm i @types/some-lib
only library, I can't find was npm i @types/xss-clean
where to find this library
import xss from 'xss-clean' //getting type definition error
app.use(xss())