diff --git a/packages/service/common/string/cheerio.ts b/packages/service/common/string/cheerio.ts index 495486e20..ca493c358 100644 --- a/packages/service/common/string/cheerio.ts +++ b/packages/service/common/string/cheerio.ts @@ -101,3 +101,5 @@ export const urlsFetch = async ({ return response; }; + +export const loadContentByCheerio = async (content: string) => cheerio.load(content);