In particular, I'm trying to use ldapjs, which has only a partial TypeScript definition @types/ldapjs.
Because it's incomplete, I just want to use the methods in the ldapjs lib directly. Is that possible? All the tutorials/answers I find assume that there is a type definition module available. What to do when none is available?