mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2025-12-26 12:09:57 +00:00
11 lines
284 B
JavaScript
11 lines
284 B
JavaScript
(function() {var implementors = {};
|
|
implementors['tantivy'] = [];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|