Fix missing imports

pull/73/head
MillenniumEarl 2021-02-15 21:52:05 +01:00
parent d7d98ade95
commit 52264a487a
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
"use strict";
// Public modules from npm
import cheerio from "cheerio";
// Modules from file
import shared from "./shared";
import { selectors as f95Selector } from "./constants/css-selector";
/**
* Represents information contained in a JSON+LD tag.
*/