From c26c244ca2634d462616d6cf71072fbe26becba2 Mon Sep 17 00:00:00 2001 From: Drew Powers <1369770+drwpow@users.noreply.github.com> Date: Thu, 1 Apr 2021 10:25:28 -0600 Subject: Annoying Lint PR #2 (#47) --- src/build/static.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/build/static.ts') diff --git a/src/build/static.ts b/src/build/static.ts index a10f4c33f..b24ce7729 100644 --- a/src/build/static.ts +++ b/src/build/static.ts @@ -1,6 +1,7 @@ import type { Element } from 'domhandler'; import cheerio from 'cheerio'; +/** Given an HTML string, collect and tags */ export function collectStatics(html: string) { const statics = new Set(); -- cgit v1.2.3