We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785900f commit 4e2316cCopy full SHA for 4e2316c
2 files changed
tools/broccoli/broccoli-writer.d.ts
@@ -0,0 +1,8 @@
1
+/// <reference path="../typings/es6-promise/es6-promise.d.ts" />
2
+
3
4
+declare class Writer {
5
+ write(readTree: (tree) => Promise<string>, destDir: string);
6
+}
7
8
+export = Writer;
tools/tsd.json
@@ -0,0 +1,18 @@
+{
+ "version": "v4",
+ "repo": "angular/DefinitelyTyped",
+ "ref": "master",
+ "path": "typings",
+ "bundle": "typings/tsd.d.ts",
+ "installed": {
+ "fs-extra/fs-extra.d.ts": {
9
+ "commit": "d5f92f93bdb49f332fa662ff1d0cc8700f02e4dc"
10
+ },
11
+ "node/node.d.ts": {
12
13
14
+ "es6-promise/es6-promise.d.ts": {
15
16
+ }
17
18
0 commit comments