Select the types of activity you want to include in your feed.
1const isWindowsConst = /^win/.test(globalThis.process ? globalThis.process.platform : ''); 2export const isWindows = () => isWindowsConst;