UNPKG

hono

Version:

Web framework built on Web Standards

6 lines (5 loc) 437 B
export declare const mergePath: (base: string, path: string) => string; export declare const replaceUrlParam: (urlString: string, params: Record<string, string | undefined>) => string; export declare const replaceUrlProtocol: (urlString: string, protocol: 'ws' | 'http') => string; export declare const removeIndexString: (urlSting: string) => string; export declare function deepMerge<T>(target: T, source: Record<string, unknown>): T;