UNPKG

nodehotkey

Version:
7 lines (6 loc) 293 B
/** * checks if current active window's title matches the given string or regexp * @param title title to match * @returns {boolean} true the current active window's title matches the given argument */ export declare function matchCurrentWindowTitle(title: string | RegExp): boolean;