7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
export declare const getDevServer: () => {
|
|
bundleLoadedFromServer: boolean;
|
|
/** URL but ensures that platform query param is added. */
|
|
readonly fullBundleUrl: string;
|
|
url: string;
|
|
};
|
|
//# sourceMappingURL=index.d.ts.map
|