From e30c8706759c7a187ebdaa02498acc7e774c7a36 Mon Sep 17 00:00:00 2001 From: Blake Doss Date: Sat, 3 Oct 2015 10:46:58 -0400 Subject: [PATCH] Added ambient external module for bloodhound. --- typeahead/typeahead.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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; +}