From 431fb82c4830a2b8ba2840ef26d9a9871c015d67 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Wed, 23 Oct 2024 02:10:23 +0900 Subject: [PATCH] fix(types): export `Config` type from package This is to more closely match [@types/dompurify][1] [1]: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a0058c8132907c88b6e4d3dd0f4103f799deb732/types/dompurify/index.d.ts#L59 --- dist/purify.cjs.d.ts | 2 +- dist/purify.es.d.mts | 2 +- src/purify.ts | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dist/purify.cjs.d.ts b/dist/purify.cjs.d.ts index c1c1d7d66..c868a8ff7 100644 --- a/dist/purify.cjs.d.ts +++ b/dist/purify.cjs.d.ts @@ -396,6 +396,6 @@ type WindowLike = Pick