UNPKG

@expo/xdl

Version:
10 lines (9 loc) 485 B
/// <reference types="webpack-dev-server" /> import { Configuration } from 'webpack'; import { LogTag } from '../project/ProjectUtils'; export declare const HOST: string; export declare const DEFAULT_PORT: number; export declare function isDebugModeEnabled(): boolean; export declare function isInfoEnabled(): boolean; export declare function shouldWebpackClearLogs(): boolean; export declare function logEnvironmentInfo(projectRoot: string, tag: LogTag, config: Configuration): void;