koa-cors icon indicating copy to clipboard operation
koa-cors copied to clipboard

Support Typescript @types

Open merlosy opened this issue 8 years ago • 6 comments

Hi, I am using this lib with Typescript. Do you plan to make a "@types/koa-cors" module? It's quite nice to have this when you're coding.

Thx

merlosy avatar Feb 18 '17 11:02 merlosy

+1

sandorvasas avatar Apr 02 '17 13:04 sandorvasas

+1

romain-faust avatar May 20 '17 09:05 romain-faust

@sandorvasas @RomBzh @merlosy please see https://github.com/koajs/cors

niftylettuce avatar Sep 05 '17 03:09 niftylettuce

Better late than never :) https://github.com/DefinitelyTyped/DefinitelyTyped/pull/28247

romain-faust avatar Aug 20 '18 21:08 romain-faust

seem to be already in https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa__cors what's difference between @types/koa-cors and @types/koa__cors?

appleparan avatar Mar 28 '19 13:03 appleparan

@appleparan @types/koa-cors is for koa-cors. @types/koa__cors is for @koa/cors, the official package for CORS from the Koa team.

romain-faust avatar Mar 28 '19 13:03 romain-faust