From 0204881418326ab4ddd4b68938c7de32580c9ae3 Mon Sep 17 00:00:00 2001 From: Dominik Korsa Date: Sun, 17 Jan 2021 19:10:27 +0100 Subject: [PATCH] Export types --- types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 5620dbeab7..064f51df15 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -274,5 +274,5 @@ declare namespace cheerio { } } -declare const cheerioModule: cheerio.CheerioAPI; -export = cheerioModule; +declare const cheerio: cheerio.CheerioAPI; +export = cheerio;