UNPKG

@ckeditor/typedoc-plugins

Version:
10 lines (9 loc) 418 B
/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ import type { Context, DeclarationReflection, SignatureReflection, TypeScript } from "typedoc"; /** * Returns the TypeScript node from the reflection. */ export declare function getNode(context: Context, reflection: DeclarationReflection | SignatureReflection): TypeScript.Declaration | null;