fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options 2 lines 138 B view raw
1const isWindowsConst = /^win/.test(globalThis.process ? globalThis.process.platform : ''); 2export const isWindows = () => isWindowsConst;