2 lines
153 B
TypeScript
Executable file
2 lines
153 B
TypeScript
Executable file
import type { AppRenderContext } from './app-render';
|
|
export declare function getAssetQueryString(ctx: AppRenderContext, addTimestamp: boolean): string;
|