From 4b80a486181b902f3b1e089b584818ce725a91be Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 3 Dec 2023 11:21:47 -0500 Subject: Adjust settings --- types/ext/simple-dom-parser.d.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'types/ext') diff --git a/types/ext/simple-dom-parser.d.ts b/types/ext/simple-dom-parser.d.ts index d9ae3898..971871a2 100644 --- a/types/ext/simple-dom-parser.d.ts +++ b/types/ext/simple-dom-parser.d.ts @@ -16,8 +16,9 @@ */ export type { - ChildNode as Parse5ChildNode, Document as Parse5Document, - Element as Parse5Element + ChildNode as Parse5ChildNode, + Document as Parse5Document, + Element as Parse5Element, } from 'parse5/dist/tree-adapters/default'; /** -- cgit v1.2.3