2025-04-02 13:24:56 +05:30

8 lines
135 B
JavaScript

import Bloodhound from 'typeahead.js/dist/bloodhound';
try {
window.Bloodhound = Bloodhound;
} catch (e) {}
export { Bloodhound };