@ctwiebe23/auttaja
v1.0.3
Published
Collection of helper functions and classes I use in personal projects
Readme
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/auttajaFunctions
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.
