UNPKG

@appium/typedoc-plugin-appium

Version:

TypeDoc plugin for Appium & its extensions

5 lines 213 B
import { Reflection } from 'typedoc'; import { CommentFinder } from './types'; declare function getFinders(refl?: Reflection): Readonly<CommentFinder[]>; export { getFinders }; //# sourceMappingURL=finder.d.ts.map