frontend/.pnpm-store/v3/files/cf/bf6d39bcf30a5ce674f23939b66fd650c4925980b24cf1506234330480a8e0649757f61eba1ef2d2ecf76442cc1f3e95d3d3c59b0c724e38659d512240a45a

15 lines
299 B
Plaintext

## 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.