diff --git a/stylus/stylus.d.ts b/stylus/stylus.d.ts index b0c8db62f..dcaa07902 100644 --- a/stylus/stylus.d.ts +++ b/stylus/stylus.d.ts @@ -647,6 +647,11 @@ declare module Stylus { */ render(callback: RenderCallback): void; + /** + * Parse and evaluate AST and return the result. + */ + render(): string; + /** * Get dependencies of the compiled file. */