diff --git a/stylus/stylus.d.ts b/stylus/stylus.d.ts index d6fd6ef5b..5809570b9 100644 --- a/stylus/stylus.d.ts +++ b/stylus/stylus.d.ts @@ -43,6 +43,7 @@ declare module Stylus { * Expose middleware. */ middleware(dir: string): Middleware; + middleware(options: any): Middleware; /** * Convert the given `css` to `stylus` source.