Map container that lets you register entries where the key is a lookup string and the value is a function. It has a fallback behavior where the user can register one lookup string to use another's function.
Request the function associated with the key. Returns undefined if not found.
will be treated case insensitively
Adds or replaces an entry in the map
as a key, it will be treated case insensitively
Generated using TypeDoc v0.25.12
Map container that lets you register entries where the key is a lookup string and the value is a function. It has a fallback behavior where the user can register one lookup string to use another's function.