@types/is-ssh
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Installation

npm install --save @types/is-ssh

Summary

This package contains type definitions for is-ssh (https://github.com/IonicaBizau/node-is-ssh).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-ssh.

index.d.ts

/**
 * @param input The input url or an array of protocols.
 * @returns `true` if the input is a ssh url, `false` otherwise.
 */
declare function isSsh(input: string | string[]): boolean;

export = isSsh;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Florian Keller.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/is-ssh

Weekly Downloads

1,088

Version

1.3.2

License

MIT

Unpacked Size

2.93 kB

Total Files

5

Last publish

Collaborators

  • types