mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
chore: deps
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user