Skip to content

Commit

Permalink
Merge 9b4787e into 292fb78
Browse files Browse the repository at this point in the history
  • Loading branch information
p-kuen committed Mar 19, 2023
2 parents 292fb78 + 9b4787e commit 68f98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fxp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ export class XMLValidator{
static validate( xmlData: string, options?: validationOptionsOptional): true | ValidationError;
}
export class XMLBuilder {
constructor(options: XmlBuilderOptionsOptional);
constructor(options?: XmlBuilderOptionsOptional);
build(jObj: any): any;
}

0 comments on commit 68f98f4

Please sign in to comment.