fix error "implicity any"

This commit is contained in:
abraaoalves
2016-01-17 12:06:17 -03:00
parent 684cd0268c
commit 6670de8685
+1 -1
View File
@@ -152,7 +152,7 @@ declare module 'wiredep' {
* @exemple:
* return '<script class="random-' + Math.random() + '" src="' + filePath + '"></script>'
*/
anotherTypeOfBowerFile: (filePath) => string;
anotherTypeOfBowerFile: (filePath: string) => string;
}
};