From c312e7a55114b913afcd85d92f2bf1006b8af246 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 15 Dec 2023 20:31:48 -0500 Subject: Fix usage of any (*) type in DocumentUtil (#361) --- types/ext/text-scanner.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'types') diff --git a/types/ext/text-scanner.d.ts b/types/ext/text-scanner.d.ts index 4ec7f204..5b806dab 100644 --- a/types/ext/text-scanner.d.ts +++ b/types/ext/text-scanner.d.ts @@ -184,3 +184,9 @@ export type PointerEventType = ( 'click' | 'script' ); + +export type SentenceTerminatorMap = Map; + +export type SentenceForwardQuoteMap = Map; + +export type SentenceBackwardQuoteMap = Map; -- cgit v1.2.3