Oct 01 2025
- auttaja
- helper, auxiliary, helpmate, helpmeet
Auttaja is a collection of small functions and classes that I commonly use in my personal projects. Purely a convenience library, nothing here should be particularily noteworthy.
The library is available on npm.
npm add @ctwiebe23/auttaja
byId(id)Alias for document.getElementById.
runSafe(main)Waits to run the given function until the webpage has loaded. Used to call main functions.
Inverse of rust’s Result monad. I lack a concise
explanation.