Skip to content

Commit 418ab95

Browse files
authored
fix #764 (#765)
1 parent ad17aa4 commit 418ab95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fxp.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ export type ValidationError = {
406406

407407
export class XMLParser {
408408
constructor(options?: X2jOptions);
409-
parse(xmlData: string | Buffer ,validationOptions?: validationOptions | boolean): any;
409+
parse(xmlData: string | Uint8Array, validationOptions?: validationOptions | boolean): any;
410410
/**
411411
* Add Entity which is not by default supported by this library
412412
* @param entityIdentifier {string} Eg: 'ent' for &ent;

0 commit comments

Comments
 (0)