UNPKG

react-native-app-starter

Version:
10 lines 473 B
/** * Application constants and configuration */ import { RepositoryUrls, ValidationPatterns, Platforms, BunInstallCommands, ErrorMessages } from "../types"; export declare const REPOSITORY_URLS: RepositoryUrls; export declare const VALIDATION_PATTERNS: ValidationPatterns; export declare const PLATFORMS: Platforms; export declare const BUN_INSTALL_COMMANDS: BunInstallCommands; export declare const ERROR_MESSAGES: ErrorMessages; //# sourceMappingURL=constants.d.ts.map