five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
12 lines • 524 B
TypeScript
/**
* @author Yannick Deubel (https://github.com/yandeu)
* @copyright Copyright (c) 2021 Yannick Deubel
* @license {@link https://github.com/yandeu/five-server/blob/main/LICENSE LICENSE}
*/
export declare const injectHighlight: (body: string, cursorPosition: {
line: number;
character: number;
}) => string;
export declare const createTmpDirectory: (cwd: string) => Promise<string>;
export declare const removeTmpDirectory: (cwd: string | undefined) => Promise<void>;
//# sourceMappingURL=parseBody.d.ts.map