UNPKG

@picturelink/barrelsby

Version:

Automatic TypeScript barrels for your entire code base

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