( eventKey: string, params: EmptyObjectLiteral, attributes = '*', )
| 38 | Object.freeze(disabledRefetch); |
| 39 | |
| 40 | export const postWindowMessage = ( |
| 41 | eventKey: string, |
| 42 | params: EmptyObjectLiteral, |
| 43 | attributes = '*', |
| 44 | ): void => window.opener?.postMessage?.({ ...params, eventKey }, attributes); |
| 45 | |
| 46 | export const checkIsExtension = (): boolean => !!process.env.TARGET_BROWSER; |
| 47 | export const isExtension = !!process.env.TARGET_BROWSER; |
no outgoing calls
no test coverage detected