initial commit

This commit is contained in:
Zoe
2023-01-03 09:29:04 -06:00
commit 7851137d88
12889 changed files with 2557443 additions and 0 deletions

14
node_modules/is-ssh/DOCUMENTATION.md generated vendored Normal file
View File

@@ -0,0 +1,14 @@
## Documentation
You can see below the API reference of this module.
### `isSsh(input)`
Checks if an input value is a ssh url or not.
#### Params
- **String|Array** `input`: The input url or an array of protocols.
#### Return
- **Boolean** `true` if the input is a ssh url, `false` otherwise.