@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
8 lines (7 loc) • 619 B
TypeScript
import { type Pattern } from 'ng-morph';
export declare const EXCLUDE_DIRECTORIES: readonly ["e2e", "scripts", "dist", "node_modules", "coverage", "dll", "tmp", "__build__", "allure-results", ".rpt2_cache", ".husky", ".vscode", ".idea", ".github", ".gitlab", ".devplatform", ".angular", ".tmp", ".nx"];
export declare const EXCLUDE_FILE_PATTERNS: readonly ["*__name@dasherize__*", "*__name@camelize__*", "*__name@underscore__*", "*.d"];
export declare const ALL_STYLE_FILES: Pattern;
export declare const ALL_TS_FILES: Pattern;
export declare const ALL_FILES: Pattern;
export declare const PROJECT_JSON_FILES: Pattern;