From 5a8e34c1ef0ef27a37bada62960a55198044ad12 Mon Sep 17 00:00:00 2001 From: Michael Kourlas Date: Sat, 30 Oct 2021 22:45:00 -0400 Subject: [PATCH] Do not export XmlElement --- src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index bbab862..f981a0c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -25,8 +25,6 @@ import { stringify, } from "./utils"; -export {XmlElement} from "xmlcreate"; - export { IOptions, IDeclarationOptions,