mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Fix some syntax issues
This commit is contained in:
Vendored
+2
-2
@@ -60,7 +60,7 @@ interface StylusStatic {
|
||||
/**
|
||||
* Return a url() function with the given `options`.
|
||||
*/
|
||||
resolver(options): StylusLiteralFunction;
|
||||
resolver(options: any): StylusLiteralFunction;
|
||||
}
|
||||
|
||||
//#region Internal Modules
|
||||
@@ -611,7 +611,7 @@ interface StylusUrl {
|
||||
}
|
||||
|
||||
interface StylusMiddleware {
|
||||
(req, res, next: Function): void;
|
||||
(req: any, res: any, next: Function): void;
|
||||
}
|
||||
|
||||
//#endregion
|
||||
|
||||
Reference in New Issue
Block a user