done connecting coze and youwei
This commit is contained in:
8
backend/node_modules/cross-env/dist/is-windows.js
generated
vendored
Normal file
8
backend/node_modules/cross-env/dist/is-windows.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Determines if the current platform is Windows
|
||||
* @returns true if running on Windows, false otherwise
|
||||
*/
|
||||
export function isWindows() {
|
||||
return (process.platform === 'win32' ||
|
||||
/^(msys|cygwin)$/.test(process.env.OSTYPE || ''));
|
||||
}
|
||||
Reference in New Issue
Block a user