From 11b7ae0f47ddf8056ed63f493cf5972118047b44 Mon Sep 17 00:00:00 2001 From: Adam <63557993+OceanTechnic@users.noreply.github.com> Date: Wed, 16 Feb 2022 18:34:23 +0100 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f2690a4..6120856 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -import notp from "notp"; +import * as notp from "notp"; import crypto from "crypto"; import b32 from "thirty-two"; import { Options } from "./interfaces";