From 006ea2570c2e0ad6dcf9c9174813a66fe515fb24 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Thu, 5 Nov 2020 10:49:13 -0500 Subject: [PATCH] Fix TypeScript typings --- lib/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *