Skip to content

Files

Latest commit

 

History

History

therr-js-utilities

Therr Public Library: Javascript Utilities

We have included this set of helper utilities to provide common, Therr javascript functions that were abstracted for re-use.

How to Include a utility

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.