From 30412832ac1fc1adc2fb7739d9431e000bbe2dff Mon Sep 17 00:00:00 2001 From: FTWinston Date: Wed, 27 May 2020 19:48:49 +0100 Subject: [PATCH] Corrected glitch with type definitions --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 1317555..a6285c4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -72,4 +72,4 @@ declare class JSONPatcherProxy { */ public pause(): void; } -export default JSONPatcherProxy; +export { JSONPatcherProxy };