UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

6 lines (5 loc) 312 B
export declare const getFileExtension: (filename: string) => string | undefined; export declare const maybeFixMissingWindowsEnvVar: () => void; export declare const restoreMintlifyLast: () => void; export declare const getTarUrl: (version: string) => string; export declare const getClientVersion: () => string;