From d4bb0c69eedb8ee25a3b04f253f2e10a3b744803 Mon Sep 17 00:00:00 2001 From: garyking Date: Mon, 11 Nov 2019 19:53:49 -0500 Subject: [PATCH] cheerio: add `Cheerio.cheerio: string;` (#40141) * Add `cheerio: string;` * replace `var` with `const` * add test * format with prettier --- types/cheerio/cheerio-tests.ts | 78 +++++++++++++++++++++------------- types/cheerio/index.d.ts | 34 ++++++++------- 2 files changed, 68 insertions(+), 44 deletions(-) diff --git a/types/cheerio/cheerio-tests.ts b/types/cheerio/cheerio-tests.ts index 270acc8339..dee63284bf 100644 --- a/types/cheerio/cheerio-tests.ts +++ b/types/cheerio/cheerio-tests.ts @@ -3,8 +3,7 @@ import cheerio = require('cheerio'); /* * LOADING */ -let html = -`