UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 161 B
export const buildOpenApiMetaTag = ({ filePath, method, path, }) => { const file = filePath ? `${filePath} ` : ''; return `${file}${method} ${path}`; };