line_push/node_modules/is-ssh/DOCUMENTATION.md
2022-07-17 13:16:16 +08:00

299 B

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.