mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Fixed express definition and added asciify definitions.
This commit is contained in:
Vendored
+1
-1
@@ -258,7 +258,7 @@ declare module "express" {
|
||||
|
||||
header(name: string): string;
|
||||
|
||||
headers: string[];
|
||||
headers: { [key: string]: string; };
|
||||
|
||||
/**
|
||||
* Check if the given `type(s)` is acceptable, returning
|
||||
|
||||
Reference in New Issue
Block a user