@appium/typedoc-plugin-appium
Version:
TypeDoc plugin for Appium & its extensions
11 lines • 467 B
TypeScript
import { CommentFinder } from './types';
/**
* Array of strategies for finding comments. They can come from a variety of places depending on
* where a variable is declared, if it overrides a method, if it implements a method in an
* interface, etc.
*
* These have an order (of precedence), which is why this is an array.
*/
declare const MethodCommentFinders: Readonly<CommentFinder[]>;
export default MethodCommentFinders;
//# sourceMappingURL=method.d.ts.map