Main namespace for Monster.
Classes
Namespaces
- Constraints
- Constraints are used to define conditions that must be met by the value of a variable so that the value can be transferred to the system.
- DOM
- In this namespace you will find classes and methods for handling the DOM.
- Data
- In this namespace you will find classes and methods for handling data.
- I18n
- In this namespace you will find classes and methods for handling locale and localized texts.
- Logging
- Namespace for logging.
- Math
- Namespace for math.
- Net
- In this namespace you will find classes and methods for handling connections.
- Text
- Namespace for texts.
- Types
- Namespace for types.
- Util
- Namespace for utilities.
Methods
(static) getMonsterVersion() → {Monster.Types.Version}
Version of monster
.Version of monster
- Since
- 1.0.0
- Copyright
- schukai GmbH
- License
- AGPLv3
Returns:
- Type:
- Monster.
Types. Version
Example
import {getMonsterVersion} from '@schukai/monster/source/types/version.mjs';
getMonsterVersion();