chore(build): Produce .d.ts files for build tools

Closes #7763
This commit is contained in:
Chuck Jazdzewski
2016-03-24 10:00:19 -07:00
parent 430f367c2f
commit 85f3dc2fb5
6 changed files with 27 additions and 29 deletions

View File

@ -40,6 +40,6 @@ class TreeStabilizer implements BroccoliTree {
}
export default function stabilizeTree(inputTree) {
export default function stabilizeTree(inputTree): BroccoliTree {
return new TreeStabilizer(inputTree);
}