devtools-detector
Version:
devtools-detector
18 lines (17 loc) • 347 B
TypeScript
/**
* @overview
* @author AEPKILL
* @created 2024-07-17 09:47:08
*/
/**
* This function will crash the browser current tab
*
* only tested on Chrome
*/
export declare function crashBrowserCurrentTab(): void;
/**
* This function will crash the browser all tabs
*
* only tested on Chrome
*/
export declare function crashBrowser(): void;