insomnia-plugin-valorant
Version:
Adds template tags to Insomnia with Valorant data
7 lines (6 loc) • 305 B
TypeScript
/**
* 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;