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 81949ad commit a917fdcCopy full SHA for a917fdc
lib/fxp.d.cts
@@ -415,7 +415,7 @@ declare class XMLValidator{
415
416
declare class XMLBuilder {
417
constructor(options?: XmlBuilderOptions);
418
- build(jObj: any): any;
+ build(jObj: any): string;
419
}
420
421
declare namespace fxp {
src/fxp.d.ts
@@ -414,5 +414,5 @@ export class XMLValidator{
414
export class XMLBuilder {
0 commit comments