UNPKG

es-dev-server

Version:

Development server for modern web apps

10 lines (9 loc) 253 B
export declare const compatibilityModes: { NONE: string; AUTO: string; ALWAYS: string; MIN: string; MAX: string; }; export declare const virtualFilePrefix = "/__es-dev-server__/"; export declare const messageChannelEndpoint: string;