mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix error "implicity any"
This commit is contained in:
Vendored
+1
-1
@@ -152,7 +152,7 @@ declare module 'wiredep' {
|
||||
* @exemple:
|
||||
* return '<script class="random-' + Math.random() + '" src="' + filePath + '"></script>'
|
||||
*/
|
||||
anotherTypeOfBowerFile: (filePath) => string;
|
||||
anotherTypeOfBowerFile: (filePath: string) => string;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user