UNPKG

@mintlify/validation

Version:

Validates mint.json files

7 lines (6 loc) 191 B
/** * Check if a URL is absolute * @param url - The URL to check * @returns True if the URL is absolute, false otherwise */ export declare const isAbsoluteUrl: (url?: string) => boolean;