mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
Send to zulip
This commit is contained in:
4
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/minimatch/lib/path.js
generated
vendored
Normal file
4
aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/minimatch/lib/path.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
const isWindows = typeof process === 'object' &&
|
||||
process &&
|
||||
process.platform === 'win32'
|
||||
module.exports = isWindows ? { sep: '\\' } : { sep: '/' }
|
||||
Reference in New Issue
Block a user