ModulesCheckDependency
Shared
Checks if a resource is using a specific version or higher, or else throws an error.
vx.checkDependency
- resource:
string
- version:
string
- printMessage?:
boolean
- If true it will return wether the resource is using the version or not, if false it will throw an error.
- Default:
false