From b7d5defddc7ded1d4216803f75cacb6bf9689716 Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Tue, 12 Apr 2022 12:54:51 +0200 Subject: [PATCH] remove default from exports --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 9f9cc5a..229d56d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -34,4 +34,4 @@ interface ParsedStatus { from: string; } -export default nodeUfw; \ No newline at end of file +export = nodeUfw; \ No newline at end of file