From bf4aaf9c05bb0101a8ca4f0a91f59317c4f2e731 Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Mon, 20 Jul 2020 19:18:52 +0100 Subject: [PATCH] Should use "export =" to model CommonJS --- 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 0eedaed..875d284 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -1,6 +1,6 @@ import * as express from 'express'; -export default jwtAuthz; +export = jwtAuthz; declare function jwtAuthz( expectedScopes: jwtAuthz.AuthzScopes,