Added ambient external module for bloodhound.

This commit is contained in:
Blake Doss
2015-10-03 11:24:36 -04:00
parent 12e8c4c228
commit e30c870675
+4
View File
@@ -411,3 +411,7 @@ declare class Bloodhound<T> {
*/
public static tokenizers: Bloodhound.Tokenizers;
}
declare module "bloodhound" {
export = Bloodhound;
}