validate-azure-ad-token
Function to validate access token received from azure active directory. Useful when you're using a msal library to authenticate users on the frontend and you wanna verify Microsoft tokens in the API.
is-some-enum
Generic type guard to check if a given value is a member of enum
indexeddb-fs
An 'fs' kind of library dedicated to the browser
ts-object-keys
Fix for Object.keys, which normally just returns an array of strings, which is not good when you care about strong typing