UNPKG

@innova2/url-builder

Version:

A lightweight library with many feature to easy build URLs

8 lines (7 loc) 218 B
export declare namespace UrlConstants { const REGEX_BRACE_PARAMS: RegExp; const REGEX_FILENAME: RegExp; const URL_PATH_PREFIX = ":"; const URL_PATH_SEPARATOR = "/"; const URL_EXT_SEPARATOR = "."; }