@types/protocols
TypeScript definitions for protocols
Last updated 3 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/protocols 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/protocols

Summary

This package contains type definitions for protocols (https://github.com/IonicaBizau/protocols).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/protocols.

index.d.ts

// Type definitions for protocols 2.0
// Project: https://github.com/IonicaBizau/protocols
// Definitions by: Florian Imdahl <https://github.com/ffflorian>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

import { URL } from "url";

/**
 * @param input The input url.
 * @param first If `true`, the first protocol will be returned. If number, it will represent the zero-based index of the protocols array.
 * @returns The array of protocols or the specified protocol.
 */
declare function protocols(input: string | URL, first: true | number): string;
declare function protocols(input: string | URL, first?: false): string[];

export = protocols;

Additional Details

  • Last updated: Sun, 24 Sep 2023 06:37:28 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Florian Imdahl.

Current Tags

  • 2.0.1                                ...           latest (3 years ago)
  • 1.4.0                                ...           ts2.0 (7 years ago)
  • 1.4.0                                ...           ts2.1 (7 years ago)
  • 1.4.0                                ...           ts2.2 (7 years ago)
  • 1.4.0                                ...           ts2.3 (7 years ago)
  • 1.4.0                                ...           ts2.4 (7 years ago)
  • 1.4.0                                ...           ts2.5 (7 years ago)
  • 1.4.0                                ...           ts2.6 (7 years ago)
  • 1.4.0                                ...           ts2.7 (7 years ago)
  • 1.4.0                                ...           ts2.8 (7 years ago)
  • 1.4.0                                ...           ts2.9 (7 years ago)
  • 1.4.0                                ...           ts3.0 (7 years ago)
  • 1.4.0                                ...           ts3.1 (7 years ago)
  • 1.4.0                                ...           ts3.2 (7 years ago)
  • 1.4.0                                ...           ts3.3 (7 years ago)
  • 1.4.0                                ...           ts3.4 (7 years ago)
  • 1.4.0                                ...           ts3.5 (7 years ago)
  • 1.4.0                                ...           ts3.6 (7 years ago)
  • 1.4.0                                ...           ts3.7 (7 years ago)
  • 1.4.0                                ...           ts3.8 (7 years ago)
  • 1.4.0                                ...           ts3.9 (7 years ago)
  • 1.4.0                                ...           ts4.0 (7 years ago)
  • 2.0.0                                ...           ts4.1 (3 years ago)
  • 2.0.0                                ...           ts4.2 (3 years ago)
  • 2.0.0                                ...           ts4.3 (3 years ago)
  • 2.0.0                                ...           ts4.4 (3 years ago)
  • 2.0.1                                ...           ts4.5 (3 years ago)
  • 2.0.1                                ...           ts4.6 (3 years ago)
  • 2.0.1                                ...           ts4.7 (3 years ago)
  • 2.0.1                                ...           ts4.8 (3 years ago)
  • 2.0.1                                ...           ts4.9 (3 years ago)
  • 2.0.1                                ...           ts5.0 (3 years ago)
  • 2.0.1                                ...           ts5.1 (3 years ago)
  • 2.0.1                                ...           ts5.2 (3 years ago)
  • 2.0.1                                ...           ts5.3 (3 years ago)

3 Versions

  • 2.0.1                                ...           3 years ago
  • 2.0.0                                ...           3 years ago
  • 1.4.0                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |