mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
ready for PR
This commit is contained in:
Vendored
+1
-7
@@ -1,6 +1,6 @@
|
||||
// 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
|
||||
@@ -8,7 +8,6 @@
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
/// <reference path="../bluebird/bluebird.d.ts" />
|
||||
|
||||
|
||||
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<String>;
|
||||
|
||||
// atpl: TemplateProperty;
|
||||
dot: RendererInterface;
|
||||
dust: RendererInterface;
|
||||
eco: RendererInterface;
|
||||
|
||||
Reference in New Issue
Block a user