1.0.5 • Published 3 months ago

@evenshry/url-parser v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

url-parser

methods

decode(input: string): string;

encode(input: string): string;

parse(query: string): Record<string, unknown>;

stringify(obj: Record<string, any>, prefix?: string): string;

parseUrl(url: string): ParsedUrl;

tryParseString(str: string): unknown;
1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago