@knodes/typedoc-pluginutils
Version:
A set of utilities for TypeDoc plugins
5 lines • 408 B
TypeScript
import { Reflection, SourceReference } from 'typedoc';
import { PluginAccessor } from '../base-plugin';
export declare const getReflectionSourceFileName: (reflection?: Reflection) => string | undefined;
export declare const createSourceReference: (pluginAccessor: PluginAccessor, absoluteFilename: string, line?: number, character?: number) => SourceReference;
//# sourceMappingURL=reflection-source.d.ts.map