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

1.1.2 • Public • Published

Installation

npm install --save @types/test-listen

Summary

This package contains type definitions for test-listen (https://github.com/zeit/test-listen).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/test-listen.

index.d.ts

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

import { Server } from "net";

declare function testListen(srv: Server, hostname?: string): Promise<string>;

export = testListen;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Stephen Mathieson.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/test-listen

    Weekly Downloads

    23,023

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    2.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • types