UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

7 lines (6 loc) 132 B
export const addBasePath = (path, basePath) => { if (basePath) { return `${basePath}${path}`; } return path; };