auttaja

C Wiebe

Oct 01 2025

Description

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.

Install

The library is available on npm.

npm add @ctwiebe23/auttaja

Functions

byId

byId(id)

Alias for document.getElementById.

runSafe

runSafe(main)

Waits to run the given function until the webpage has loaded. Used to call main functions.

Classes

Attempt

Inverse of rust’s Result monad. I lack a concise explanation.

See Also