diff --git a/lib/index.d.ts b/lib/index.d.ts index 4c07981..d4f52d2 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -36,7 +36,7 @@ export interface AnserOptions { type OptionsWithJson = AnserOptions & { json: true }; -export default class Anser { +export = class Anser { /** * Escape the input HTML. *