From 3e57cf01d3cab7749aa05e9f63deb83c2df532fd Mon Sep 17 00:00:00 2001 From: xdan Date: Wed, 3 Jan 2024 02:08:01 +0300 Subject: [PATCH] Hide config constructor from public --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.ts b/src/config.ts index 840c93831..a1ba26fe5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -28,6 +28,8 @@ import { INSERT_AS_HTML } from 'jodit/core/constants'; * Default Editor's Configuration */ class Config implements IViewOptions { + private constructor() {} + /** * Use cache for heavy methods */