UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

7 lines (6 loc) 253 B
/** * Add "export " prefix to values that don't already start with "export" * @param value the snippet content * @returns the snippet content with the "export " prefix */ export declare const addExportPrefix: (value?: string) => string | undefined;