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 };