A JavaScript library that provides essential utilities and reusable components to simplify development and enhance interaction with MyCoRe-based applications.
npx jsr add @mycore/js-common
import { LangService } from '@mycore/js-common/i18n';
const langService = new LangService(BASE_URL);
console.log(langService.getLanguages());