UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

5 lines (4 loc) 249 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;