Merge pull request #4818 from vote539/patch-1

Update stylus.d.ts
This commit is contained in:
Masahiro Wakame
2015-07-13 06:54:08 +09:00
+1
View File
@@ -43,6 +43,7 @@ declare module Stylus {
* Expose middleware.
*/
middleware(dir: string): Middleware;
middleware(options: any): Middleware;
/**
* Convert the given `css` to `stylus` source.