UNPKG

@appium/typedoc-plugin-appium

Version:

TypeDoc plugin for Appium & its extensions

8 lines 324 B
export type EntryPointTitleRecord = Record<string, string>; export declare function isPackageTitle(value: any): value is PackageTitle; export declare function isPackageTitles(value: any): value is PackageTitle[]; export type PackageTitle = { name: string; title: string; }; //# sourceMappingURL=declarations.d.ts.map