UNPKG

@innova2/url-builder

Version:

A lightweight library with many feature to easy build URLs

7 lines (6 loc) 265 B
export { UrlBuilder } from './url-builder'; export { UrlUtils } from './url.utils'; export { UrlConstants } from './url.constants'; export { IFile } from './types'; export { PathParams } from './maps/path-params'; export { QueryParams } from './maps/query-params';