UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

8 lines (7 loc) 417 B
import { Ora as OraType } from 'ora'; export declare const buildLogger: (startText?: string) => OraType; 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;