UNPKG

mwoffliner

Version:
8 lines (7 loc) 205 B
declare class URLHelper { private readonly urlPartCache; serializeUrl(url: string): string; deserializeUrl(url: string): string; } declare const urlHelper: URLHelper; export default urlHelper;