修改后台权限
This commit is contained in:
15
node_modules/is-in-ssh/index.d.ts
generated
vendored
Normal file
15
node_modules/is-in-ssh/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
Check if the process is running in an SSH session.
|
||||
|
||||
@example
|
||||
```
|
||||
import isInSsh from 'is-in-ssh';
|
||||
|
||||
if (isInSsh) {
|
||||
console.log('Running in an SSH session');
|
||||
}
|
||||
```
|
||||
*/
|
||||
declare const isInSsh: boolean;
|
||||
|
||||
export default isInSsh;
|
||||
Reference in New Issue
Block a user