UNPKG

@innova2/url-builder

Version:

A lightweight library with many feature to easy build URLs

9 lines (8 loc) 162 B
export declare enum UrlComponent { SCHEME = "scheme", HOST = "host", PORT = "port", PATHS = "paths", PARAMS = "params", QUERY = "query" }