/** * Linguist backend plugin that contains the API for generating and retrieving language breakdown which is used by the Linguist frontend plugin. * * @packageDocumentation */ export * from './processor'; export * from './service/router'; export type { LinguistBackendApi } from './api'; export { linguistPlugin as default } from './plugin';