kibana-123
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
13 lines (8 loc) • 398 B
JavaScript
export * from './example/createExample';
export { default as createExample } from './example/createExample';
export * from './js_injector/js_injector';
export { default as JsInjector } from './js_injector/js_injector';
export * from './routes/routes';
export { default as Routes } from './routes/routes';
export * from './string/slugify';
export { default as Slugify } from './string/slugify';