tslog icon indicating copy to clipboard operation
tslog copied to clipboard

Feature Request: [Feature] Remove the window.chrome interface declaration

Open Pinakin-Desai-HBK opened this issue 1 year ago • 0 comments

Remove the window.chrome interface declaration

Somewhere in the code there is the following:

declare global {
    interface Window {
        chrome?: unknown;
    }
}

This interferes with typing of window.chrome in other projects. Is it possible to remove this?

Pinakin-Desai-HBK avatar Sep 06 '24 09:09 Pinakin-Desai-HBK