UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 169 B
/** * Injects content to the top of a file, but below the frontmatter */ export declare const injectToTopOfFile: (content: string, contentToInject: string) => string;