2.8.17 • Published 5 months ago

@types/cors v2.8.17

Weekly downloads
3
License
MIT
Repository
github
Last release
5 months ago

Installation

npm install --save @types/cors

Summary

This package contains type definitions for cors (https://github.com/expressjs/cors/).

Details

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

index.d.ts

// Type definitions for cors 2.8
// Project: https://github.com/expressjs/cors/
// Definitions by: Alan Plum <https://github.com/pluma>
//                 Gaurav Sharma <https://github.com/gtpan77>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

import { IncomingHttpHeaders } from 'http';

type StaticOrigin = boolean | string | RegExp | (boolean | string | RegExp)[];

type CustomOrigin = (requestOrigin: string | undefined, callback: (err: Error | null, origin?: StaticOrigin) => void) => void;

declare namespace e {
    interface CorsRequest {
        method?: string | undefined;
        headers: IncomingHttpHeaders;
    }
    interface CorsOptions {
        /**
         * @default '*''
         */
        origin?: StaticOrigin | CustomOrigin | undefined;
        /**
         * @default 'GET,HEAD,PUT,PATCH,POST,DELETE'
         */
        methods?: string | string[] | undefined;
        allowedHeaders?: string | string[] | undefined;
        exposedHeaders?: string | string[] | undefined;
        credentials?: boolean | undefined;
        maxAge?: number | undefined;
        /**
         * @default false
         */
        preflightContinue?: boolean | undefined;
        /**
         * @default 204
         */
        optionsSuccessStatus?: number | undefined;
    }
    type CorsOptionsDelegate<T extends CorsRequest = CorsRequest> = (
        req: T,
        callback: (err: Error | null, options?: CorsOptions) => void,
    ) => void;
}

declare function e<T extends e.CorsRequest = e.CorsRequest>(
    options?: e.CorsOptions | e.CorsOptionsDelegate<T>,
): (
    req: T,
    res: {
        statusCode?: number | undefined;
        setHeader(key: string, value: string): any;
        end(): any;
    },
    next: (err?: any) => any,
) => void;
export = e;

Additional Details

  • Last updated: Fri, 09 Jul 2021 07:31:29 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Alan Plum, and Gaurav Sharma.

engine.ioapollo-server-express@withjoy/server-core@wistoft/jagoa@wistoft/jagos@wistoft/jase@neuvernetzung/cms@jeje-devs/ts-roller@debian404/common@atomist/automation-clientsomryst-apipadlocksambients-serveropenapi-typescript-node-merged-latest1@mote/api-server@makeproaudio/makehausgamiphy-service-coreer-notifications-api@nuragic/apollo-server-express@nuragic/apollo-server-koatiles-api-client-nodejsslack-middleware-serverpackage-ughmikro-orm-graphql-exampleapi.bio.adludio.comrentacar-proxymanbulloo-graphql-access-layeropenapi-typescript-node-sku1@sdoubey/rxdbpiral-compass-basearch-helper@box-labs/microservice-corestk-server@darwin_/proxy@jessitron/automation-clientalekseyio-blog-sdkcraftprofitweb@jadiewadie/simple-serveruhc-public-api-nodejskallax-rest@prelog/libraryrestfuel@aacruz/api-serverudiamshimeyezonreact_whj_design@mui/studio-app@labshare/loopback-restdecentral-games-mobile-serverbusiness_serviceclv-restystarter-ts-projecthypertell-server@dimetrail/firebase@quantform/expressdev387-seven-clijwt-express-mysql-typeorm-template-typescriptjed-libraryspeed-tsrxdb@everything-registry/sub-chunk-946defapi-clientserver-package-hubseedoneserver-api-databasesdek-widget-mrktngshana-socket.ioserverpreconfiguredsharedbox-jssigmadots_auth_moduledynamodb-minisocket.io-broadcasterxes-apisocketio-file-routerembark-apispectoda-ceetembark-proxysphinx-botsph-entitiesepic-frameworkstarfield-ts-modloadersso-oauth2-serverdguardcloudbedekked-apidesafio-dasa-backenddenalidigisol-live-node-commons@discorde/datamodel@daleighan-dsp/commoncreate-manish-express-app@daimo/api@dapp-stack/apicra-template-levelcqescqes-gw-httpcyk-postgres@density-shopping/commonrpcapisafe-graphql-yoga
2.8.17

5 months ago

2.8.16

5 months ago

2.8.15

6 months ago

2.8.14

8 months ago

2.8.13

1 year ago

2.8.12

3 years ago

2.8.11

3 years ago

2.8.10

3 years ago

2.8.9

3 years ago

2.8.8

4 years ago

2.8.7

4 years ago

2.8.6

5 years ago

2.8.5

5 years ago

2.8.4

6 years ago

2.8.3

6 years ago

2.8.2

6 years ago

2.8.1

7 years ago

2.8.0

7 years ago

0.0.33

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28-alpha

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.17-alpha

8 years ago

0.0.16-alpha

8 years ago