معرفی شرکت ها


@types/connect-history-api-fallback-1.3.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

TypeScript definitions for connect-history-api-fallback
ویژگی مقدار
سیستم عامل -
نام فایل @types/connect-history-api-fallback-1.3.5
نام @types/connect-history-api-fallback
نسخه کتابخانه 1.3.5
نگهدارنده ['types']
ایمیل نگهدارنده ['ts-npm-types@microsoft.com']
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/DefinitelyTyped/DefinitelyTyped.git
آدرس اینترنتی https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-history-api-fallback
مجوز MIT
# Installation > `npm install --save @types/connect-history-api-fallback` # Summary This package contains type definitions for connect-history-api-fallback (https://github.com/bripkens/connect-history-api-fallback#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-history-api-fallback. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-history-api-fallback/index.d.ts) ````ts // Type definitions for connect-history-api-fallback 1.3 // Project: https://github.com/bripkens/connect-history-api-fallback#readme // Definitions by: Douglas Duteil <https://github.com/douglasduteil> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 /// <reference types="node" /> import { Url } from 'url'; import * as core from "express-serve-static-core"; export = historyApiFallback; declare function historyApiFallback(options?: historyApiFallback.Options): core.RequestHandler; declare namespace historyApiFallback { interface Options { readonly disableDotRule?: true | undefined; readonly htmlAcceptHeaders?: ReadonlyArray<string> | undefined; readonly index?: string | undefined; readonly logger?: typeof console.log | undefined; readonly rewrites?: ReadonlyArray<Rewrite> | undefined; readonly verbose?: boolean | undefined; } interface Context { readonly match: RegExpMatchArray; readonly parsedUrl: Url; } type RewriteTo = (context: Context) => string; interface Rewrite { readonly from: RegExp; readonly to: string | RegExp | RewriteTo; } } ```` ### Additional Details * Last updated: Tue, 06 Jul 2021 18:05:59 GMT * Dependencies: [@types/express-serve-static-core](https://npmjs.com/package/@types/express-serve-static-core), [@types/node](https://npmjs.com/package/@types/node) * Global values: none # Credits These definitions were written by [Douglas Duteil](https://github.com/douglasduteil).


نیازمندی

مقدار نام
* @types/express-serve-static-core
* @types/node


نحوه نصب


نصب پکیج tgz @types/connect-history-api-fallback-1.3.5:

    npm install @types/connect-history-api-fallback-1.3.5.tgz