Renamed scripts

pull/73/head
MillenniumEarl 2021-02-21 14:48:19 +01:00
parent 92186e42d8
commit 6c0b81cf8a
6 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { getJSONLD, TJsonLD } from "./json-ld.js";
import { selectors as f95Selector } from "./constants/css-selector.js";
import HandiWork from "./classes/handiwork/handiwork.js";
import { TRating, IBasic, TAuthor, TExternalPlatform, TEngine, TStatus, TCategory } from "./interfaces.js";
import { ILink, IPostElement, parseCheerioMainPost } from "./post-parser.js";
import { ILink, IPostElement, parseCheerioMainPost } from "./post-parse.js";
//#region Public methods
/**