From cb9b0b1207893464d2ddcf30d29f6a421acab9e5 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 2 Mar 2021 20:56:48 +0100 Subject: [PATCH] Update JSDOC --- src/scripts/scrape-data/handiwork-parse.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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;