Skip to content

Commit

Permalink
fix: add fragment and additionalNamespaces to SaxesOption typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Lindemann-Michael authored and lddubeau committed Dec 3, 2018
1 parent cf0d0df commit 02d8275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/saxes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ declare namespace saxes {
export interface SaxesOptions {
xmlns?: boolean;
position?: boolean;
fragment?: boolean;
fileName?: string;
additionalNamespaces?: Record<string, string>;
}

export interface XMLDecl {
Expand Down

0 comments on commit 02d8275

Please sign in to comment.