UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 138 B
export declare const findAndRemoveExports: (content: string) => Promise<{ exportMap: Record<string, string>; content: string; }>;