UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

7 lines (6 loc) 202 B
import type { UserConfig } from '@rspress/shared'; export declare const PUNCTUATION_REGEX: RegExp; export declare function getConfig(): Promise<{ config: UserConfig; configFilePath: string; }>;