UNPKG

show-js-error

Version:

Show a message about a js error in any browser

5 lines (4 loc) 240 B
export declare function getScreenSize(): string; export declare function getScreenOrientation(): string; export declare function copyTextToClipboard(text: string): void; export declare function injectStyle(style: string): HTMLStyleElement;