Skip to content

Commit

Permalink
fix: use named import for fast-xml-parser (#273)
Browse files Browse the repository at this point in the history
close #170
  • Loading branch information
andipaetzold authored Feb 4, 2023
1 parent ce27203 commit 314e786
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FastXMLParser from "fast-xml-parser";
import { XMLParser } from "fast-xml-parser";
import { EncryptionDescriptor } from "./types.js";

const xmlParser = new FastXMLParser.XMLParser({
const xmlParser = new XMLParser({
ignoreAttributes: false,
attributeNamePrefix: "",
parseAttributeValue: true,
Expand Down

0 comments on commit 314e786

Please # to comment.