A short typeId that's better for network message size but requires a lookup in the ClassRegistry 16-bit sequential id
A long type id that is computable from the typename 64-bit hash
The human readable name of the type, must be globally unique.
Scheduled a callback repeatedly at periodMS
milliseconds after the start of each callback call.
Avoids the period being dependent on execution time. This is not guaranteed if the callback takes longer than periodMS
or if the executor is hogged by other code.
Name of the callback used in errors and warnings.
Generated using TypeDoc
Utility to get nominally typed type-aliases See Approach 4 in https://michalzalecki.com/nominal-typing-in-typescript/