We have included this set of helper utilities to provide common, Therr javascript functions that were abstracted for re-use.
Simply add an import to the top of a file, ie
import { configureTranslator } from 'therr-public-library/therr-js-utilities/localization';
import * as scrollTo from 'therr-public-library/therr-js-utilities/scroll-to';
etc.