chore: deps

This commit is contained in:
iCrawl
2023-08-22 00:30:08 +02:00
parent 899bc5f78b
commit 5d7c59c301
51 changed files with 1805 additions and 2054 deletions

View File

@@ -2,7 +2,10 @@ import type { DeclarationReflection } from 'typedoc';
import type { Config, Item } from '../interfaces/index.js';
export class DocumentedItem<T = DeclarationReflection | Item> {
public constructor(public readonly data: T, public readonly config: Config) {}
public constructor(
public readonly data: T,
public readonly config: Config,
) {}
public serialize(): unknown {
try {