2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
export const IS_NEWTAB = global.document && global.document.documentURI === "about:newtab";
|