mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
stylus: Add missing Renderer.render() variant
This commit is contained in:
Vendored
+5
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user