Utils
Summary
Contains useful utility methods
Reference
A full list of utilities can be found in ../packages/common-all/src/utils.ts (Private)
isNotUndefined
A type guard for things that are not undefined
isFalsy
Check if the value u is a falsy value
basicStringHash
Calculates a basic integer hash for the given string
Backlinks