UNPKG

@knodes/typedoc-pluginutils

Version:
5 lines 408 B
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