UNPKG

insomnia-plugin-valorant

Version:
7 lines (6 loc) 305 B
/** * Checks if the workspace actions bug ( https://github.com/ArchGPT/insomnium/issues/109 ) is present * Uses a simple version check against the navigator.userAgent string * @returns {boolean} True if the bug is present, false otherwise */ export declare function hasWorkspaceActionsBug(): boolean;