From a3e6a6101300a2936c6187c79b827d7b95748af2 Mon Sep 17 00:00:00 2001 From: Theo Sherry Date: Thu, 7 Jan 2016 12:52:19 -0500 Subject: [PATCH] ready for PR --- consolidate/consolidate.d.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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;