UNPKG

five-server

Version:

Development Server with Live Reload Capability. (Maintained Fork of Live Server)

7 lines 398 B
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; /** Just like path.join() (for url) */ export declare const appendPathToUrl: (url: string, append: string) => string; //# sourceMappingURL=helpers.d.ts.map