UNPKG

89 BTypeScriptView Raw
1export declare function createLiveReloadScript({ port }: {
2 port: number;
3}): string;