We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad17aa4 commit 418ab95Copy full SHA for 418ab95
src/fxp.d.ts
@@ -406,7 +406,7 @@ export type ValidationError = {
406
407
export class XMLParser {
408
constructor(options?: X2jOptions);
409
- parse(xmlData: string | Buffer ,validationOptions?: validationOptions | boolean): any;
+ parse(xmlData: string | Uint8Array, validationOptions?: validationOptions | boolean): any;
410
/**
411
* Add Entity which is not by default supported by this library
412
* @param entityIdentifier {string} Eg: 'ent' for &ent;
0 commit comments