five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
8 lines • 463 B
TypeScript
export declare const splitLines: (str: string) => string;
export declare const escape: (html: any) => string;
export declare const removeLeadingSlash: (str: string) => string;
export declare const removeTrailingSlash: (str: string) => string;
export declare const removeDoubleSlash: (str: string) => string;
/** Just like path.join() (for url) */
export declare const appendPathToUrl: (url: string, append: string) => string;
//# sourceMappingURL=helpers.d.ts.map