UNPKG

barrelsby

Version:

Automatic TypeScript barrels for your entire code base

3 lines (2 loc) 131 B
export type BaseUrl = string | undefined; export declare function getCombinedBaseUrl(rootPath: string, baseUrl: BaseUrl): BaseUrl;