diff --git a/consolidate/consolidate.d.ts b/consolidate/consolidate.d.ts index a465bd7f4..db23a3152 100644 --- a/consolidate/consolidate.d.ts +++ b/consolidate/consolidate.d.ts @@ -1,6 +1,6 @@ // Type definitions for consolidate // Project: https://github.com/visionmedia/consolidate.js -// Definitions by: Carlos Ballesteros Velasco +// Definitions by: Carlos Ballesteros Velasco , Theo Sherry // Definitions: https://github.com/borisyankov/DefinitelyTyped // Imported from: https://github.com/soywiz/typescript-node-definitions/consolidate.d.ts @@ -8,7 +8,6 @@ /// /// - declare module "consolidate" { var cons: Consolidate; @@ -28,11 +27,6 @@ declare module "consolidate" { clearCache(): void; // template engines atpl: RendererInterface; - // atpl(path: String, fn: (err: Error, html: String) => any ): any; - // atpl(path: String, options: Options, fn: (err: Error, html: String) => any): any; - // atpl(path: String, options?: Options): Promise; - - // atpl: TemplateProperty; dot: RendererInterface; dust: RendererInterface; eco: RendererInterface;