diff --git a/typeahead/typeahead.d.ts b/typeahead/typeahead.d.ts index 7317aa4c7..901bd8192 100644 --- a/typeahead/typeahead.d.ts +++ b/typeahead/typeahead.d.ts @@ -411,3 +411,7 @@ declare class Bloodhound { */ public static tokenizers: Bloodhound.Tokenizers; } + +declare module "bloodhound" { + export = Bloodhound; +}