diff --git a/src/scripts/scrape-data/handiwork-parse.ts b/src/scripts/scrape-data/handiwork-parse.ts index 5e4cd85..a24e30d 100644 --- a/src/scripts/scrape-data/handiwork-parse.ts +++ b/src/scripts/scrape-data/handiwork-parse.ts @@ -10,17 +10,17 @@ import { IBasic, TAuthor, TEngine, TExternalPlatform, TStatus } from "../interfa import shared, { TPrefixDict } from "../shared.js"; import { ILink, IPostElement } from "./post-parse.js"; +export async function getHandiworkInformation(url: string): Promise + +export async function getHandiworkInformation(url: string): Promise + /** * Gets information of a particular handiwork from its thread. - * + * * If you don't want to specify the object type, use `HandiWork`. - * + * * @todo It does not currently support assets. */ -export async function getHandiworkInformation(url: string): Promise - -export async function getHandiworkInformation(url: string): Promise - export default async function getHandiworkInformation(arg: string | Thread): Promise { // Local variables let thread: Thread = null;