Skip to content

Commit

Permalink
ready for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
theosherry committed Jan 7, 2016
1 parent c339d63 commit a3e6a61
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions consolidate/consolidate.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Type definitions for consolidate
// Project: https://github.com/visionmedia/consolidate.js
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

// Imported from: https://github.com/soywiz/typescript-node-definitions/consolidate.d.ts

/// <reference path="../node/node.d.ts" />
/// <reference path="../bluebird/bluebird.d.ts" />


declare module "consolidate" {
var cons: Consolidate;

Expand All @@ -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<String>;

// atpl: TemplateProperty;
dot: RendererInterface;
dust: RendererInterface;
eco: RendererInterface;
Expand Down

0 comments on commit a3e6a61

Please sign in to comment.