UNPKG

@ng-doc/builder

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

13 lines (12 loc) 440 B
export declare const GLOBALS: { workspaceRoot: string; relative: (p: string) => string; }; export declare const PAGE_NAME: string; export declare const CATEGORY_NAME: string; export declare const API_NAME: string; export declare const PAGE_PATTERN: string; export declare const CATEGORY_PATTERN: string; export declare const API_PATTERN: string; export declare const CACHE_PATH: string; export declare const TEMPLATES_PATH: string;