From cb351333d134eba71c6ff02b3d19258bf95c07a1 Mon Sep 17 00:00:00 2001 From: Camille Drapier Date: Thu, 10 Jun 2021 16:18:35 +0900 Subject: [PATCH] Add cleanup function to TypeScript definition --- types/easymde.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/easymde.d.ts b/types/easymde.d.ts index 2ba1502..debf3e6 100644 --- a/types/easymde.d.ts +++ b/types/easymde.d.ts @@ -233,6 +233,8 @@ declare class EasyMDE { codemirror: CodeMirror.Editor; + cleanup(): void; + toTextArea(): void; isPreviewActive(): boolean;