Installation
npm install --save @types/rebind-host
Summary
This package contains type definitions for rebind-host (https://github.com/truffls/node-rebind-host#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rebind-host.
index.d.ts
import { Handler } from "express";
declare function createRebindHost(forceHost?: string): Handler;
export = createRebindHost;
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: @types/express
Credits
These definitions were written by Tyler Johnson.