Is it possible to use parse5 in a typescript project? parse5 home page It was written in javascript and the documentation only uses javascript as well.
const parse5 = require('parse5')
If not I have had trouble finding anything that is as fully featured as that for typescript. The main feature I need is keeping track of the location in the DOM.