xml.js icon indicating copy to clipboard operation
xml.js copied to clipboard

TypeScript definitions

Open Zamiell opened this issue 3 years ago • 3 comments

Hello, and thanks for the library.

Can you please add TypeScript definitions so that TypeScript users can consume it?

Zamiell avatar Aug 02 '22 21:08 Zamiell

No, but I will accept a PR.

sterpe avatar Aug 02 '22 23:08 sterpe

For any other TypeScript users reading this, I recommend using: https://github.com/aautio/validate-with-xmllint

Zamiell avatar Aug 02 '22 23:08 Zamiell

For any other TypeScript users reading this, I recommend using: https://github.com/aautio/validate-with-xmllint

This solution only works in Node.js, not support in browsers.

Because it uses the child_process API in the code.

https://github.com/aautio/validate-with-xmllint/issues/23#issuecomment-1727477352

refs

https://stackoverflow.com/questions/77105411/defining-typescript-types-for-commonjs-module

xgqfrms avatar Sep 20 '23 10:09 xgqfrms