UNPKG

@sunamo/sunodejs

Version:

Node.js utilities for file system operations, process management, and Electron apps. Includes TypeScript support with functions for file operations, directory management, and cross-platform compatibility.

4 lines (3 loc) 258 B
export declare function removeQueryString(windowLocationHref: string): string; export declare function parseURL(templateURL: string, actualURL: string): Record<string, string> | null; export declare function buildBaseUrl(windowLocationHref: string): string;