From 65482201ec7b9ba1c7042bd94e2db6adf64a462b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elis=C3=A9e?= Date: Thu, 31 Dec 2015 06:02:05 +0100 Subject: [PATCH] stylus: Add missing Renderer.render() variant --- stylus/stylus.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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. */